mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2002-09-02 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/powerpc/Makefile (CFLAGS-pt-initfini.s): New variable.
|
||||
|
||||
2002-09-01 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t): Add new keys
|
||||
|
4
linuxthreads/sysdeps/powerpc/Makefile
Normal file
4
linuxthreads/sysdeps/powerpc/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
ifeq ($(subdir):$(elf),linuxthreads:yes)
|
||||
# See CFLAGS-initfini.s above; this is the same code.
|
||||
CFLAGS-pt-initfini.s = -g0 -fpic -O1
|
||||
endif
|
Reference in New Issue
Block a user