OSDN Git Service

2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
authorsam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Dec 2007 14:34:48 +0000 (14:34 +0000)
committersam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Dec 2007 14:34:48 +0000 (14:34 +0000)
    gnattools/
PR ada/34284
* configure.ac: Added a missing switch case for *86-*-darwin*
when defining the value of TOOLS_TARGET_PAIRS.

* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130624 138bc75d-0d04-0410-961f-82ee72b054a4

gnattools/ChangeLog
gnattools/configure
gnattools/configure.ac

index 2c885d8..ad836ea 100644 (file)
@@ -1,3 +1,11 @@
+2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
+
+       PR ada/34284
+       * configure.ac: Added a missing switch case for *86-*-darwin*
+       when defining the value of TOOLS_TARGET_PAIRS.
+
+       * configure: Regenerated.
+
 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
 
        * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
index 9e9e7a4..30a9085 100755 (executable)
@@ -1667,7 +1667,7 @@ case "${target}" in
     indepsw.adb<indepsw-mingw.adb"
     EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
     ;;
-  powerpc-*-darwin*)
+  powerpc-*-darwin* | *86-*-darwin*)
     TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
     ;;
   *-*-lynxos)
index 6445fd0..25de225 100644 (file)
@@ -150,7 +150,7 @@ case "${target}" in
     indepsw.adb<indepsw-mingw.adb"
     EXTRA_GNATTOOLS='../../gnatdll$(exeext)'
     ;;
-  powerpc-*-darwin*)
+  powerpc-*-darwin* | *86-*-darwin*)
     TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-darwin.adb"
     ;;
   *-*-lynxos)