From: Ulrich Drepper Date: Fri, 5 Sep 1997 01:40:38 +0000 (+0000) Subject: (pic-ccflag): Override it for more efficient code (together with a X-Git-Tag: glibc-2.16-ports-before-merge~3425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a698457a19725f2a265ef648fecedcbd938c7ab5;p=thirdparty%2Fglibc.git (pic-ccflag): Override it for more efficient code (together with a change in gcc). --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 0f811bc62e9..a056360ac6e 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -25,6 +25,8 @@ endif asm-CPPFLAGS += $(m68k-syntax-flag) +pic-ccflag = -fpic + # Make sure setjmp.c is compiled with a frame pointer CFLAGS-setjmp.c := -fno-omit-frame-pointer