Makefile.in (libbackend.o): Add -combine to the gcc command line.
authorAndrew Pinski <apinski@apple.com>
Thu, 8 Jul 2004 08:19:58 +0000 (08:19 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 8 Jul 2004 08:19:58 +0000 (01:19 -0700)
2004-07-08  Andrew Pinski  <apinski@apple.com>

        * Makefile.in (libbackend.o): Add -combine to the gcc
        command line.

From-SVN: r84277

gcc/ChangeLog
gcc/Makefile.in

index df8452210914b62926ff53eb2b0c373d3071e3d5..8c1f9b63c975a45e7747e474714e28f1a7e185b3 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-08  Andrew Pinski  <apinski@apple.com>
+
+       * Makefile.in (libbackend.o): Add -combine to the gcc 
+       command line.
+
 2004-07-08  Nick Clifton  <nickc@redhat.com>
 
        * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Define.
index bc64b3770235d126af06edb0ed72ea4f5f0d18d4..e7d0ffd2aaf1a3a7326ac306a9d1bb102a0b6105 100644 (file)
@@ -2130,7 +2130,7 @@ libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          -DTARGET_NAME=\"$(target_noncanonical)\" \
          -DLOCALEDIR=\"$(localedir)\" \
-         -c $(filter %.c,$^) -o $@
+         -c $(filter %.c,$^) -o $@ -combine
 
 #\f
 # Generate header and source files from the machine description,