summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-23 22:35:13 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-23 22:35:13 +0000
commitfa90e1501593b89b56ff5c2a3554c821e63cc6d3 (patch)
tree712dee4252009e28df6fdadf6b38097e7fa04e63
parent44031ca481137e3e8b2943a65a079b85cf017a3a (diff)
downloadgcc-fa90e1501593b89b56ff5c2a3554c821e63cc6d3.tar.gz
* Makefile.in (GCC_PASSES): Add specs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35926 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
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.