Commit f24b370a by Mike Meissner Committed by Michael Meissner

Fix --with-cpu=xxx

From-SVN: r14837
parent 1c4c5851
Mon Aug 18 17:39:02 1997 Mike Meissner <meissner@cygnus.com>
* configure.in ({powerpc,rs6000}*-*-*, --with-cpu): Remove single
quotes around the name.
* configure: Regenerate.
Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com> Mon Aug 18 13:46:47 1997 Jim Wilson <wilson@cygnus.com>
* Makefile.in (stmp-multilib-sub): Fix typo in last change. * Makefile.in (stmp-multilib-sub): Fix typo in last change.
......
...@@ -2490,7 +2490,7 @@ for machine in $build $host $target; do ...@@ -2490,7 +2490,7 @@ for machine in $build $host $target; do
| xrios1 | xrios2 | xrsc | xrsc1 \ | xrios1 | xrios2 | xrsc | xrsc1 \
| x601 | x602 | x603 | x603e | x604 | x604e | x620 \ | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
| 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment