Add x prefix to v850e case for handling --with-cpu=v850e.
authorNick Clifton <nickc@redhat.com>
Thu, 26 Sep 2002 10:42:04 +0000 (10:42 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 26 Sep 2002 10:42:04 +0000 (10:42 +0000)
From-SVN: r57538

gcc/ChangeLog
gcc/config.gcc

index b5a6430d982571c5fcd38c63a45993d534958b92..bc34947b9f95e34a00fa71a00216ca7b5a541d8e 100644 (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>
 
        PR target/7842
index 7fada8c050d38b2c137d4f8a165ed9b86338365b..1ab0f6d4cefd82c224042eb53a699eaee2307d1d 100644 (file)
@@ -2894,7 +2894,7 @@ v850*-*-*)
        case "x$with_cpu" in
                x)
                        ;;
-               v850e)
+               xv850e)
                        target_cpu_default2="TARGET_CPU_$with_cpu"
                        ;;
                *)