summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 22:52:47 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 22:52:47 +0000
commit8a97758454d85643220e464578ce2bc8cf01c9df (patch)
tree4069ccc2b99f890f297740f8e7ad3b11613840f9
parent7987660df7ac2c4e8e48fef6582e627eac896512 (diff)
Make sure recents gccs don't reorder the code.
-rw-r--r--csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 9eb36a7c52..b8abbf742f 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' \