aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@apple.com>2004-07-08 08:19:58 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-07-08 01:19:58 -0700
commit48747993ae8f6acb16db26e313c9110737a853f4 (patch)
tree5c22e483b7f00784ed03fb5999131ffce75afb37
parent1558163d51069c71d9a0101ba7a65eb1fc224049 (diff)
downloadgcc-48747993ae8f6acb16db26e313c9110737a853f4.zip
gcc-48747993ae8f6acb16db26e313c9110737a853f4.tar.gz
gcc-48747993ae8f6acb16db26e313c9110737a853f4.tar.bz2
Makefile.in (libbackend.o): Add -combine to the gcc command line.
2004-07-08 Andrew Pinski <apinski@apple.com> * Makefile.in (libbackend.o): Add -combine to the gcc command line. From-SVN: r84277
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index df84522..8c1f9b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index bc64b37..e7d0ffd 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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
#
# Generate header and source files from the machine description,