diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <hp@axis.com> + + * Makefile.in (GCC_PASSES): Add specs. + 2000-08-23 Jim Wilson <wilson@cygnus.com> * 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. |