From: Nick Clifton Date: Thu, 26 Sep 2002 10:42:04 +0000 (+0000) Subject: Add x prefix to v850e case for handling --with-cpu=v850e. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09818236a23f448cca09e1db84a18b08f59a5f24;p=gcc.git Add x prefix to v850e case for handling --with-cpu=v850e. From-SVN: r57538 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5a6430d982..bc34947b9f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-26 Nick Clifton + + * config.gcc: Add x prefix to v850e case for handling + --with-cpu=v850e. + 2002-09-25 David S. Miller PR target/7842 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" ;; *)