From: Ulrich Drepper Date: Tue, 29 Jan 2002 03:53:32 +0000 (+0000) Subject: (pic-ccflag): New variable. X-Git-Tag: glibc-2.16-ports-before-merge~1757 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fbd2f3d0c69c94feaaf1df3d937aa1347f9f08f;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