diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/alpha/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index da52c1d4d1..baf5d480e5 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -57,10 +57,6 @@ endif # "current" rounding mode, and it's easiest to set this with all of them. sysdep-CFLAGS += -mieee -mfp-rounding-mode=d -# libc.so requires about 16k for the small data area, which is well -# below the 64k maximum. -pic-ccflag = -fpic - # Software floating-point emulation. ifeq ($(subdir),soft-fp) |