diff options
author | Bechir Zalila <bechir.zalila@gmail.com> | 2007-12-05 14:34:48 +0000 |
---|---|---|
committer | Samuel Tardieu <sam@gcc.gnu.org> | 2007-12-05 14:34:48 +0000 |
commit | e8f34bc9852f7c71a3a7b723404752b7b4503509 (patch) | |
tree | 80a185537d149c38ccfa9682a02ad7e1ea247e9f /gnattools/configure | |
parent | 7b4c5f8b9b0091733b4ae3377e294aa2651f8811 (diff) | |
download | gcc-e8f34bc9852f7c71a3a7b723404752b7b4503509.zip gcc-e8f34bc9852f7c71a3a7b723404752b7b4503509.tar.gz gcc-e8f34bc9852f7c71a3a7b723404752b7b4503509.tar.bz2 |
re PR ada/34284 (Missing dynamic library support for GNAT 4.3.0 on x86-*-Darwin8)
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.
From-SVN: r130624
Diffstat (limited to 'gnattools/configure')
-rwxr-xr-x | gnattools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnattools/configure b/gnattools/configure index 9e9e7a4..30a9085b 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) |