From d9fe00bb28d26eea0bb10182c920e64e6f53517b Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 23 Aug 2000 22:35:13 +0000 Subject: [PATCH] * Makefile.in (GCC_PASSES): Add specs. From-SVN: r35926 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c28f4bbd08..1951da397cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-08-23 Hans-Peter Nilsson + + * Makefile.in (GCC_PASSES): Add specs. + 2000-08-23 Jim Wilson * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index de7e5b882e7..f2b74791a6a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -448,7 +448,7 @@ COMPILERS = cc1$(exeext) @all_compilers@ # List of things which should already be built whenever we try to use xgcc # to compile anything (without linking). -GCC_PASSES=xgcc$(exeext) cc1$(exeext) cpp0$(exeext) $(EXTRA_PASSES) +GCC_PASSES=xgcc$(exeext) cc1$(exeext) cpp0$(exeext) specs $(EXTRA_PASSES) # List of things which should already be built whenever we try to use xgcc # to link anything.