Commit 09818236 by Nick Clifton Committed by Nick Clifton

Add x prefix to v850e case for handling --with-cpu=v850e.

From-SVN: r57538
parent 8a3996fd
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> 2002-09-25 David S. Miller <davem@redhat.com>
PR target/7842 PR target/7842
......
...@@ -2894,7 +2894,7 @@ v850*-*-*) ...@@ -2894,7 +2894,7 @@ v850*-*-*)
case "x$with_cpu" in case "x$with_cpu" in
x) x)
;; ;;
v850e) xv850e)
target_cpu_default2="TARGET_CPU_$with_cpu" target_cpu_default2="TARGET_CPU_$with_cpu"
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment