Commit 48747993 by Andrew Pinski Committed by Andrew Pinski

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
parent 1558163d
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> 2004-07-08 Nick Clifton <nickc@redhat.com>
* config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Define. * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Define.
......
...@@ -2130,7 +2130,7 @@ libbackend.o : $(OBJS-common:.o=.c) $(out_file) \ ...@@ -2130,7 +2130,7 @@ libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DTARGET_NAME=\"$(target_noncanonical)\" \ -DTARGET_NAME=\"$(target_noncanonical)\" \
-DLOCALEDIR=\"$(localedir)\" \ -DLOCALEDIR=\"$(localedir)\" \
-c $(filter %.c,$^) -o $@ -c $(filter %.c,$^) -o $@ -combine
# #
# Generate header and source files from the machine description, # Generate header and source files from the machine description,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment