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
This commit is contained in:
Simon Wright 2010-01-09 18:21:52 +00:00 committed by Eric Botcazou
parent 7234a61566
commit f5fcb67a0b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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>
* configure.ac (AC_PREREQ): Bump to 2.64.

2
gnattools/configure vendored
View File

@ -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)

View File

@ -143,7 +143,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)