mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-01 12:30:41 +08:00
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:
parent
7234a61566
commit
f5fcb67a0b
@ -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
2
gnattools/configure
vendored
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user