Commit f5fcb67a by Simon Wright Committed by Eric Botcazou

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
parent 7234a615
2010-01-09 Simon Wright <simon@pushface.org>
PR ada/42659
* configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
* configure: Regenerate.
2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure.ac (AC_PREREQ): Bump to 2.64. * configure.ac (AC_PREREQ): Bump to 2.64.
......
...@@ -2103,7 +2103,7 @@ case "${target}" in ...@@ -2103,7 +2103,7 @@ case "${target}" in
indepsw.adb<indepsw-mingw.adb" indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)' EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;; ;;
powerpc-*-darwin* | *86-*-darwin*) *-*-darwin*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb" TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb"
;; ;;
*-*-lynxos) *-*-lynxos)
......
...@@ -143,7 +143,7 @@ case "${target}" in ...@@ -143,7 +143,7 @@ case "${target}" in
indepsw.adb<indepsw-mingw.adb" indepsw.adb<indepsw-mingw.adb"
EXTRA_GNATTOOLS='../../gnatdll$(exeext)' EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
;; ;;
powerpc-*-darwin* | *86-*-darwin*) *-*-darwin*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb" TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-darwin.adb"
;; ;;
*-*-lynxos) *-*-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