projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3996f
)
Add x prefix to v850e case for handling --with-cpu=v850e.
author
Nick Clifton
<nickc@redhat.com>
Thu, 26 Sep 2002 10:42:04 +0000
(10:42 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Thu, 26 Sep 2002 10:42:04 +0000
(10:42 +0000)
From-SVN: r57538
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index b5a6430d982571c5fcd38c63a45993d534958b92..bc34947b9f95e34a00fa71a00216ca7b5a541d8e 100644
(file)
--- 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 7fada8c050d38b2c137d4f8a165ed9b86338365b..1ab0f6d4cefd82c224042eb53a699eaee2307d1d 100644
(file)
--- a/
gcc/config.gcc
+++ b/
gcc/config.gcc
@@
-2894,7
+2894,7
@@
v850*-*-*)
case "x$with_cpu" in
x)
;;
- v850e)
+
x
v850e)
target_cpu_default2="TARGET_CPU_$with_cpu"
;;
*)