]> sourceware.org Git - glibc.git/commitdiff
(CFLAGS-pt-initfini.s): Set it.
authorAndreas Jaeger <aj@suse.de>
Wed, 21 Aug 2002 08:09:20 +0000 (08:09 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 21 Aug 2002 08:09:20 +0000 (08:09 +0000)
2002-06-17  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
Set it.

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile

index 2be82510d0bcaf4b681c6990a2a145a3d882b838..39c88c0cf11f48f9848abf09dd64227d6c0b0f9d 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-17  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
+       Set it.
+
 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/i386/useldt.h: Go back to using 16-bit instructions when
index 50b4ee38fb68254c345bd5ac0bd6b4209e9b8425..b65099f48fc7a8da01781f35e6f8a53ef3b51fec 100644 (file)
@@ -1,4 +1,5 @@
 ifeq ($(subdir),linuxthreads)
+CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions -fno-asynchronous-unwind-tables
 # gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise
 # it would normally find 32bit crti.o.
 LDFLAGS-pthread.so += -specs=$(objpfx)specs
This page took 0.047525 seconds and 5 git commands to generate.