diff options
author | Andreas Jaeger <aj@suse.de> | 2002-08-21 08:09:20 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-08-21 08:09:20 +0000 |
commit | c70a09361351def6adbca99751a9d827aa5cae63 (patch) | |
tree | 943d7abfb2675ab474940845dd514e9917c09a72 /linuxthreads/sysdeps | |
parent | 92d702633f6d321b7c1dc733fde09a681eba6a0a (diff) | |
download | glibc-c70a09361351def6adbca99751a9d827aa5cae63.tar.gz glibc-c70a09361351def6adbca99751a9d827aa5cae63.tar.xz glibc-c70a09361351def6adbca99751a9d827aa5cae63.zip |
(CFLAGS-pt-initfini.s): Set it.
2002-06-17 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s): Set it.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile index 50b4ee38fb..b65099f48f 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile +++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -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 |