From ff25793cc1ffe5114b6ce07b44c75698d12ab0b2 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 7 Aug 2001 18:31:57 +0000 Subject: config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets. * config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets. From-SVN: r44699 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01ee1fa..f4d6585 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-07 Daniel Jacobowitz + + * config.gcc: Quote target_cpu_default2 correctly for + powerpc*-*-* targets. + 2001-08-07 Neil Booth * cpplib.h, line-map.h: Update comments. 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) -- cgit v1.1