glibc/linuxthreads/sysdeps/i386/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