]> gcc.gnu.org Git - gcc.git/commitdiff
(crtbegin.o, crtend.o): Specify -fno-inline-functions.
authorRichard Stallman <rms@gnu.org>
Tue, 19 Oct 1993 14:37:24 +0000 (14:37 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 19 Oct 1993 14:37:24 +0000 (14:37 +0000)
From-SVN: r5807

gcc/Makefile.in

index 60b2dc769fd8ae43ce8d13007d31b6a073ed9b01..0a0b78313d2f39d1f988cf2d0dfbb2498852b38d 100644 (file)
@@ -787,11 +787,13 @@ sublibobjc.a: cc1obj libgcc2.ready
 # linked using GCC on system V, for the sake of C++ constructors.
 crtbegin.o:    crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) -DCRT_BEGIN \
-         -finhibit-size-directive -g0 -c $(srcdir)/crtstuff.c -o crtbegin.o
+         -finhibit-size-directive -fno-inline-functions \
+         -g0 -c $(srcdir)/crtstuff.c -o crtbegin.o
 
 crtend.o:      crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) -DCRT_END \
-         -finhibit-size-directive -g0 -c $(srcdir)/crtstuff.c -o crtend.o
+         -finhibit-size-directive -fno-inline-functions \
+         -g0 -c $(srcdir)/crtstuff.c -o crtend.o
 \f
 # Compiling object files from source files.
 
This page took 0.060118 seconds and 5 git commands to generate.