diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-09 18:21:52 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-09 18:21:52 +0000 |
commit | fa7b497562b5f14a61971ab95751beeb38cf2f16 (patch) | |
tree | 74a279df52c362c0c4586978e1b1fdf47f64f814 /gnattools/configure | |
parent | d3e6bf4e276fc53fb20c5278f33cddd6f97630ed (diff) | |
download | gcc-fa7b497562b5f14a61971ab95751beeb38cf2f16.tar.gz |
PR ada/42659
* configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155771 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gnattools/configure')
-rwxr-xr-x | gnattools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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) |