From 8a97758454d85643220e464578ce2bc8cf01c9df Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 19 Nov 1997 22:52:47 +0000 Subject: [PATCH] Make sure recents gccs don't reorder the code. --- csu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csu/Makefile b/csu/Makefile index 9eb36a7c528..b8abbf742f6 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -76,7 +76,7 @@ $(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h $(objpfx)initfini.s: initfini.c $(CC) $(CPPFLAGS) $(CFLAGS) -g0 -S -fPIC -finhibit-size-directive \ - $(no-exceptions) $< -o $@ + -fno-inline-functions $(no-exceptions) $< -o $@ $(objpfx)crti.S: $(objpfx)initfini.s sed -n -e '1,/@HEADER_ENDS/p' \ -- 2.47.2