aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index abd1692..9bae5dd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-28 Richard Henderson <rth@redhat.com>
+
+ * config.gcc: Kill residual pyramid support.
+
2000-11-28 Neil Booth <neilb@earthling.net>
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 9f25880..91e2295 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -234,9 +234,6 @@ pj*-*-*)
powerpc*-*-*)
cpu_type=rs6000
;;
-pyramid-*-*)
- cpu_type=pyr
- ;;
sparc*-*-*)
cpu_type=sparc
;;