diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 03:53:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 03:53:57 +0000 |
commit | e6683f0578922dc0c3deba811250b85c6d241222 (patch) | |
tree | cb79a9e4a387d0bfe9a02fecf5a31a887e69d52e /sysdeps/alpha | |
parent | aa7075b0525bbb75a9b088efb79473338d3043b8 (diff) | |
download | glibc-e6683f0578922dc0c3deba811250b85c6d241222.tar.gz glibc-e6683f0578922dc0c3deba811250b85c6d241222.tar.xz glibc-e6683f0578922dc0c3deba811250b85c6d241222.zip |
(pic-ccflag): New variable.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 49659844aa..ce8f9b3fef 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -43,3 +43,7 @@ divrem := divl divq reml remq # For now, build everything with full IEEE math support. # TODO: build separate libm and libm-ieee. sysdep-CFLAGS += -mieee + +# libc.so requires about 16k for the small data area, which is well +# below the 64k maximum. +pic-ccflag = -fpic |