aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b5a6430..bc34947 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-26 Nick Clifton <nickc@redhat.com>
+
+ * config.gcc: Add x prefix to v850e case for handling
+ --with-cpu=v850e.
+
2002-09-25 David S. Miller <davem@redhat.com>
PR target/7842
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 7fada8c..1ab0f6d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2894,7 +2894,7 @@ v850*-*-*)
case "x$with_cpu" in
x)
;;
- v850e)
+ xv850e)
target_cpu_default2="TARGET_CPU_$with_cpu"
;;
*)