mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
Merge from mainline.
This commit is contained in:
parent
642d0eb7d6
commit
257f0490ed
@ -1,3 +1,7 @@
|
||||
2002-06-17 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/Makefile: Merge from mainline.
|
||||
|
||||
2002-05-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/alpha/pt-machine.c (THREAD_SELF): Remove clobber.
|
||||
|
10
linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile
Normal file
10
linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
||||
before-compile += $(objpfx)specs
|
||||
generated += specs
|
||||
$(objpfx)specs:
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@
|
||||
endif
|
Loading…
Reference in New Issue
Block a user