mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 18:31:04 +00:00
b71e7ce864
* elf/Makefile: Add rules to build and run initfirst test. * elf/initfirst.c: New file. * elf/firstobj.c: New file.
6 lines
179 B
Makefile
6 lines
179 B
Makefile
ifeq ($(subdir),linuxthreads)
|
|
# On i686 we must avoid generating the trampoline functions generated
|
|
# to get the GOT pointer.
|
|
CFLAGS-pt-initfini.s += -march=i386 -mcpu=i386
|
|
endif
|