aboutsummaryrefslogtreecommitdiff
path: root/gnattools/configure
diff options
context:
space:
mode:
authorSimon Wright <simon@pushface.org>2010-01-09 18:21:52 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-01-09 18:21:52 +0000
commitf5fcb67a0b628bdb1a46b87b6bda635f3869a93f (patch)
tree74a279df52c362c0c4586978e1b1fdf47f64f814 /gnattools/configure
parent7234a61566edff4c50de8964639683e3acfbeab2 (diff)
downloadgcc-f5fcb67a0b628bdb1a46b87b6bda635f3869a93f.zip
gcc-f5fcb67a0b628bdb1a46b87b6bda635f3869a93f.tar.gz
gcc-f5fcb67a0b628bdb1a46b87b6bda635f3869a93f.tar.bz2
re PR ada/42659 (gnatmake thinks libraries aren't supported)
PR ada/42659 * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*. * configure: Regenerate. From-SVN: r155771
Diffstat (limited to 'gnattools/configure')
-rwxr-xr-xgnattools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnattools/configure b/gnattools/configure
index 08dec3c..a85c044 100755
--- a/gnattools/configure
+++ b/gnattools/configure
@@ -2103,7 +2103,7 @@ case "${target}" in
indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;;
- powerpc-*-darwin* | *86-*-darwin*)
+ *-*-darwin*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb"
;;
*-*-lynxos)