Commit 1032f705 by Bernd Schmidt Committed by Bernd Schmidt

Fix ia64 build problems

From-SVN: r42448
parent e954b3d7
2001-05-22 Bernd Schmidt <bernds@redhat.com>
* Makefile.in (LIBGCC_DEPS): Correct LIB1ASMSRC dependency.
2001-05-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* install.texi: Remove obsolete information on SunOS as well as
......
......@@ -1022,7 +1022,7 @@ LIBGCC_DEPS = $(GCC_PASSES) $(LANGUAGES) stmp-int-hdrs $(STMP_FIXPROTO) \
libgcc.mk $(srcdir)/libgcc2.c $(TCONFIG_H) \
$(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs \
tsystem.h $(FPBIT) $(DPBIT) $(LIB2ADD) $(LIB2ADD_ST) $(LIB2ADDEH) \
$(LIB2ADDEHDEP) $(EXTRA_PARTS) $(LIB1ASMSRC)
$(LIB2ADDEHDEP) $(EXTRA_PARTS) $(srcdir)/config/$(LIB1ASMSRC)
libgcc.a: $(LIBGCC_DEPS)
$(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
......
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