summaryrefslogtreecommitdiffstats
path: root/gnattools/configure
diff options
context:
space:
mode:
authorsam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-05 14:34:48 +0000
committersam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-05 14:34:48 +0000
commit7238d522fd02eb6af407e2c8b048900fd5986923 (patch)
tree80a185537d149c38ccfa9682a02ad7e1ea247e9f /gnattools/configure
parent134eab896ef229741f55025f4e457b6432bb48ba (diff)
downloadppe42-gcc-7238d522fd02eb6af407e2c8b048900fd5986923.tar.gz
ppe42-gcc-7238d522fd02eb6af407e2c8b048900fd5986923.zip
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
gnattools/ PR ada/34284 * configure.ac: Added a missing switch case for *86-*-darwin* when defining the value of TOOLS_TARGET_PAIRS. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130624 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 9e9e7a497ce..30a9085b63d 100755
--- a/gnattools/configure
+++ b/gnattools/configure
@@ -1667,7 +1667,7 @@ case "${target}" in
indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;;
- powerpc-*-darwin*)
+ powerpc-*-darwin* | *86-*-darwin*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
;;
*-*-lynxos)
OpenPOWER on IntegriCloud