This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ada: Add dynamic library support for GNAT 4.3.0 on x86-*-Darwin8


On Dec 5, 2007 2:50 PM, Arnaud Charlet <charlet@adacore.com> wrote:

> You need to include the PR ref in your changelog.
>

New corrected version is below

> Otherwise, assuming you have a copyright assignment in place with the FSF,
> the change is OK.

I'am afraid I do not have one :-(
What do I need to do exactly?


---------------------------------------------------------------
2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>

   gnattools/
	PR ada/14663
	* gnattools/configure.ac: Added a missing switch case for
	*86-*-darwin* when defining the value of TOOLS_TARGET_PAIRS.

	* gnattools/configure: regenerated

=============================================================================
Index: gnattools/configure
===================================================================
--- gnattools/configure	(revision 130291)
+++ gnattools/configure	(working copy)
@@ -1667,7 +1667,7 @@
     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: gnattools/configure.ac
===================================================================
--- gnattools/configure.ac	(revision 130291)
+++ gnattools/configure.ac	(working copy)
@@ -150,7 +150,7 @@
     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)


-- 
Bechir


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]