From: Ulrich Drepper Date: Tue, 29 Jan 2002 03:53:32 +0000 (+0000) Subject: (pic-ccflag): New variable. X-Git-Tag: upstream/2.30~10627^2~1757 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fbd2f3d0c69c94feaaf1df3d937aa1347f9f08f;p=external%2Fglibc.git (pic-ccflag): New variable. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 4965984..ce8f9b3 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