config.gcc: Quote target_cpu_default2 correctly for powerpc*-*-* targets.

* config.gcc: Quote target_cpu_default2 correctly for
        powerpc*-*-* targets.

From-SVN: r44699
This commit is contained in:
Daniel Jacobowitz 2001-08-07 18:31:57 +00:00 committed by Mark Mitchell
parent 42dcba3463
commit ff25793cc1
2 changed files with 6 additions and 1 deletions

View 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> 2001-08-07 Neil Booth <neil@daikokuya.demon.co.uk>
* cpplib.h, line-map.h: Update comments. * cpplib.h, line-map.h: Update comments.

View File

@ -3332,7 +3332,7 @@ powerpc*-*-* | rs6000-*-*)
| x601 | x602 | x603 | x603e | x604 | x604e | x620 \ | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
| xec603e | x740 | x750 | x401 \ | xec603e | x740 | x750 | x401 \
| x403 | x505 | x801 | x821 | x823 | x860) | x403 | x505 | x801 | x821 | x823 | x860)
target_cpu_default2="\"$with_cpu\"" target_cpu_default2="\\\"$with_cpu\\\""
;; ;;
xyes | xno) xyes | xno)