Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.

2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>

	* Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
	(libgcc.a): Pass LIB1ASMSRC to libgcc.mk.

From-SVN: r33676
This commit is contained in:
Mumit Khan 2000-05-04 18:13:14 +00:00 committed by Mumit Khan
parent 362440248c
commit d34cba2bac
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
* Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
(libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.

View File

@ -984,6 +984,7 @@ libgcc.a: libgcc2.ready libgcc.mk
LIBGCC2_CFLAGS="$(LIBGCC2_CFLAGS)" \
INCLUDES="$(INCLUDES)" MAYBE_USE_COLLECT2="$(MAYBE_USE_COLLECT2)" \
CONFIG_H="$(CONFIG_H)" MACHMODE_H="$(MACHMODE_H)" \
LIB1ASMSRC='$(LIB1ASMSRC)' \
-f libgcc.mk all
# Use the genmultilib shell script to generate the information the gcc
@ -1725,6 +1726,10 @@ $(HOST_PREFIX_1)ggc-none.o: ggc-none.c
sed -e 's/config[.]h/hconfig.h/' $(srcdir)/ggc-none.c > $(HOST_PREFIX)ggc-none.c
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)ggc-none.c
$(HOST_PREFIX_1)gensupport.o: gensupport.c
rm -f $(HOST_PREFIX)gensupport.c
$(LN_S) $(srcdir)/gensupport.c $(HOST_PREFIX)gensupport.c
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)gensupport.c
#
# Remake internationalization support.