blob: 811a799ad86caab32dac434487973f9c32735733 (
plain) (
blame)
1
2
3
4
5
|
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
|