* Makefile.in (GCC_PASSES): Add specs.

From-SVN: r35926
This commit is contained in:
Hans-Peter Nilsson 2000-08-23 22:35:13 +00:00 committed by Hans-Peter Nilsson
parent 95eb4fd909
commit d9fe00bb28
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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.