2004-07-08 Andrew Pinski <apinski@apple.com>
* Makefile.in (libbackend.o): Add -combine to the gcc
command line.
From-SVN: r84277
+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.
$(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,