summaryrefslogtreecommitdiff
path: root/gnattools/configure
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-09 18:21:52 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-09 18:21:52 +0000
commitfa7b497562b5f14a61971ab95751beeb38cf2f16 (patch)
tree74a279df52c362c0c4586978e1b1fdf47f64f814 /gnattools/configure
parentd3e6bf4e276fc53fb20c5278f33cddd6f97630ed (diff)
downloadgcc-fa7b497562b5f14a61971ab95751beeb38cf2f16.tar.gz
PR ada/42659
* configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155771 138bc75d-0d04-0410-961f-82ee72b054a4
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 08dec3c289e..a85c044056a 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)