diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-08-23 22:35:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-08-23 22:35:13 +0000 |
commit | d9fe00bb28d26eea0bb10182c920e64e6f53517b (patch) | |
tree | 712dee4252009e28df6fdadf6b38097e7fa04e63 /gcc | |
parent | 95eb4fd909f727aea8dc9952f53c7e55f1ee255a (diff) | |
download | gcc-d9fe00bb28d26eea0bb10182c920e64e6f53517b.zip gcc-d9fe00bb28d26eea0bb10182c920e64e6f53517b.tar.gz gcc-d9fe00bb28d26eea0bb10182c920e64e6f53517b.tar.bz2 |
* Makefile.in (GCC_PASSES): Add specs.
From-SVN: r35926
Diffstat (limited to 'gcc')
-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 7c28f4b..1951da3 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 de7e5b8..f2b7479 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. |