]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets.
authorDaniel Jacobowitz <drow@mvista.com>
Tue, 7 Aug 2001 18:31:57 +0000 (18:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 7 Aug 2001 18:31:57 +0000 (18:31 +0000)
        * config.gcc: Quote target_cpu_default2 correctly for
        powerpc*-*-* targets.

From-SVN: r44699

gcc/ChangeLog
gcc/config.gcc

index 01ee1fae466ecb82f2fc48bc0b1b475935a47711..f4d6585fc1e1e6b482ee59926b73b7327605cda9 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-07  Daniel Jacobowitz  <drow@mvista.com>
+
+        * config.gcc: Quote target_cpu_default2 correctly for
+        powerpc*-*-* targets.
+
 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * cpplib.h, line-map.h: Update comments.
index 0900fe1d43b11bcf7971515b71f87b246befbf6e..88beadaee194d8124aa7beb3e193f023bbd7b1ea 100644 (file)
@@ -3332,7 +3332,7 @@ powerpc*-*-* | rs6000-*-*)
                  | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
                  | xec603e | x740 | x750 | x401 \
                  | x403 | x505 | x801 | x821 | x823 | x860)
-                       target_cpu_default2="\"$with_cpu\""
+                       target_cpu_default2="\\\"$with_cpu\\\""
                        ;;
 
                xyes | xno)