]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 2c885d8ec4d2b528f5b91e0d2b2e5cb6f7f077a7..ad836eaeb2948f48964c32a8140bfa6909f5c567 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 9e9e7a497ce7b532f57ec80f007fd11ca0ef1a5e..30a9085b63d5cfdefc38a61f0f99f66cb22b4435 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 6445fd06a2e000a3d8442fa0d7ceaf398b3b9111..25de22553c844b4a892e309bd0ca3ae7cb28f102 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)