mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
configure.ac: Restore match for darwin9 or later.
2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu> * configure.ac: Restore match for darwin9 or later. Use double brackets since regeneration eats one pair. * configure: Regenerate. From-SVN: r145860
This commit is contained in:
committed by
Andreas Tobler
parent
e1ff19bf80
commit
b93133bcea
@@ -1,3 +1,9 @@
|
||||
2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
* configure.ac: Restore match for darwin9 or later. Use double
|
||||
brackets since regeneration eats one pair.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/10039
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -2215,7 +2215,7 @@ case "${target}" in
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
i[3456789]86-*-darwin* | x86_64-*-darwin9*)
|
||||
i[3456789]86-*-darwin* | x86_64-*-darwin[912]*)
|
||||
noconfigdirs="$noconfigdirs ld gas gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
|
||||
@@ -450,7 +450,7 @@ case "${target}" in
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
i[[3456789]]86-*-darwin* | x86_64-*-darwin9*)
|
||||
i[[3456789]]86-*-darwin* | x86_64-*-darwin[[912]]*)
|
||||
noconfigdirs="$noconfigdirs ld gas gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user