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

From-SVN: r57538
This commit is contained in:
Nick Clifton 2002-09-26 10:42:04 +00:00 committed by Nick Clifton
parent 8a3996fd32
commit 09818236a2
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2002-09-25 David S. Miller <davem@redhat.com>
PR target/7842 PR target/7842

View File

@ -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"
;; ;;
*) *)