diff options
author | Simon Wright <simon@pushface.org> | 2010-01-09 18:21:52 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-01-09 18:21:52 +0000 |
commit | f5fcb67a0b628bdb1a46b87b6bda635f3869a93f (patch) | |
tree | 74a279df52c362c0c4586978e1b1fdf47f64f814 | |
parent | 7234a61566edff4c50de8964639683e3acfbeab2 (diff) | |
download | gcc-f5fcb67a0b628bdb1a46b87b6bda635f3869a93f.tar.gz |
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
-rw-r--r-- | gnattools/ChangeLog | 6 | ||||
-rwxr-xr-x | gnattools/configure | 2 | ||||
-rw-r--r-- | gnattools/configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index d47137ef73f..b507326ba7d 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -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. diff --git a/gnattools/configure b/gnattools/configure index 08dec3c289e..a85c044056a 100755 --- a/gnattools/configure +++ b/gnattools/configure @@ -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) diff --git a/gnattools/configure.ac b/gnattools/configure.ac index 3e9f0c6e981..712ed44063e 100644 --- a/gnattools/configure.ac +++ b/gnattools/configure.ac @@ -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) |