summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-26 10:42:04 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-26 10:42:04 +0000
commit28e1fdb7f798033924982f264125f723ec27bddb (patch)
tree69b5b1ce0b95e3fc23a6fe52437f7967584b50cc /gcc/config.gcc
parentdd74ea74e4ac668558a587d4b96a99e645d5b101 (diff)
downloadgcc-28e1fdb7f798033924982f264125f723ec27bddb.tar.gz
Add x prefix to v850e case for handling --with-cpu=v850e.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57538 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 7fada8c050d..1ab0f6d4cef 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"
;;
*)