aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@mvista.com>2001-08-07 18:31:57 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-08-07 18:31:57 +0000
commitff25793cc1ffe5114b6ce07b44c75698d12ab0b2 (patch)
tree9a478983d9047b7d0db8aa7ba9ca436179e477e5 /gcc/config.gcc
parent42dcba3463e9fafa2fe0419e88d490860f0a7cb3 (diff)
downloadgcc-ff25793cc1ffe5114b6ce07b44c75698d12ab0b2.zip
gcc-ff25793cc1ffe5114b6ce07b44c75698d12ab0b2.tar.gz
gcc-ff25793cc1ffe5114b6ce07b44c75698d12ab0b2.tar.bz2
config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets.
* config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets. From-SVN: r44699
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0900fe1..88beada 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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)