1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
This commit is contained in:
Ulrich Drepper
2002-09-03 03:14:59 +00:00
parent b5670a4fd6
commit bcc565a047
3 changed files with 8 additions and 2 deletions

View 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