aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c1f67d5..e605dda 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config.gcc (cris-*-linux*): Revert mistaken commit.
+
2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/11753
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ae3f83b..61f97ac 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -683,7 +683,7 @@ cris-*-elf | cris-*-none)
;;
cris-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
- tmake_file="cris/t-cris t-slibgcc-elf-ver t-linux"
+ tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
;;
d30v-*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"