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/Darwin] factor LIBGNAT_TARGET_PAIRS for darwin sub-targets.



On 29 Sep 2011, at 15:37, Arnaud Charlet wrote:


No functional change, just factor out the common LIBGNAT_TARGET_PAIRS
across the port.
OK for trunk?

OK

regrettably, I'd allowed my ppc and x86 trees to get out of sync, and the applied patch was not correct on powerpc.
corrected by a partial reversion of r179358 as below,
apologies for the noise
Iain


ada:

	* gcc-interface/Makefile.in (Darwin): Partial reversion of previous
	change to powerpc section.

Index: gcc/ada/gcc-interface/Makefile.in
===================================================================
--- gcc/ada/gcc-interface/Makefile.in	(revision 179378)
+++ gcc/ada/gcc-interface/Makefile.in	(working copy)
@@ -2187,7 +2187,9 @@ ifeq ($(strip $(filter-out darwin%,$(osys))),)
   ifeq ($(strip $(filter-out powerpc%,$(arch))),)
     LIBGNAT_TARGET_PAIRS += \
       s-intman.adb<s-intman-posix.adb \
-      s-osprim.adb<s-osprim-posix.adb
+      s-osprim.adb<s-osprim-posix.adb \
+      a-numaux.ads<a-numaux-darwin.ads \
+      a-numaux.adb<a-numaux-darwin.adb

     ifeq ($(strip $(MULTISUBDIR)),/ppc64)
       LIBGNAT_TARGET_PAIRS += \


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