From: Ulrich Drepper Date: Tue, 29 Jan 2002 03:53:57 +0000 (+0000) Subject: (pic-ccflag): New variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6683f0578922dc0c3deba811250b85c6d241222;p=thirdparty%2Fglibc.git (pic-ccflag): New variable. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 49659844aaa..ce8f9b3fefa 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