Add x prefix to v850e case for handling --with-cpu=v850e.
From-SVN: r57538
This commit is contained in:
parent
8a3996fd32
commit
09818236a2
@ -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
|
||||
|
@ -2894,7 +2894,7 @@ v850*-*-*)
|
||||
case "x$with_cpu" in
|
||||
x)
|
||||
;;
|
||||
v850e)
|
||||
xv850e)
|
||||
target_cpu_default2="TARGET_CPU_$with_cpu"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user