Commit e8f34bc9 by Bechir Zalila Committed by Samuel Tardieu

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
parent 7b4c5f8b
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
PR ada/34284
* configure.ac: Added a missing switch case for *86-*-darwin*
when defining the value of TOOLS_TARGET_PAIRS.
* configure: Regenerated.
2007-06-06 Arnaud Charlet <charlet@adacore.com>
* configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
......
......@@ -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)
......
......@@ -150,7 +150,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment