]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[csu]: Define CFLAGS-initfini.s to force compiling for i386 to avoid
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Aug 1999 01:50:40 +0000 (01:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Aug 1999 01:50:40 +0000 (01:50 +0000)
i686-like GOT pointer computation.

sysdeps/i386/Makefile

index 9860444b8547effdc5c3e753c7285759a0e6538d..1d62d10d8aae090f802707ccef6c4315d653bf05 100644 (file)
@@ -5,6 +5,12 @@ asm-CPPFLAGS += -DGAS_SYNTAX
 # The i386 `long double' is a distinct type we support.
 long-double-fcts = yes
 
+ifeq ($(subdir),csu)
+# On i686 we must avoid generating the trampoline functions generated
+# to get the GOT pointer.
+CFLAGS-initfini.s += -march=i386
+endif
+
 ifeq ($(subdir),db2)
 CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_X86_GCC=1
 endif