]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(pic-ccflag): Override it for more efficient code (together with a
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 Sep 1997 01:40:38 +0000 (01:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 Sep 1997 01:40:38 +0000 (01:40 +0000)
change in gcc).

sysdeps/m68k/Makefile

index 0f811bc62e90c0b9d2abc6f7cb3012277fec5e9e..a056360ac6ead1e07a19d63daf02a581b5d99161 100644 (file)
@@ -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