Re: [Patch Ada/Darwin] factor LIBGNAT_TARGET_PAIRS for darwin sub-targets.

2011-09-30 Thread Iain Sandoe


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

Re: [Patch Ada/Darwin] factor LIBGNAT_TARGET_PAIRS for darwin sub-targets.

2011-09-29 Thread Arnaud Charlet
> No functional change, just factor out the common LIBGNAT_TARGET_PAIRS
> across the port.
> OK for trunk?

OK

> ada:
> 
>   * gcc-interface/Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS
>   across the port.



[Patch Ada/Darwin] factor LIBGNAT_TARGET_PAIRS for darwin sub-targets.

2011-09-29 Thread Iain Sandoe
No functional change, just factor out the common LIBGNAT_TARGET_PAIRS  
across the port.

OK for trunk?
Iain

ada:

* gcc-interface/Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS
across the port.

Index: gcc/ada/gcc-interface/Makefile.in
===
--- gcc/ada/gcc-interface/Makefile.in   (revision 179346)
+++ gcc/ada/gcc-interface/Makefile.in   (working copy)
@@ -2136,21 +2136,23 @@ endif
 
 ifeq ($(strip $(filter-out darwin%,$(osys))),)
   SO_OPTS = -shared-libgcc
-  ifeq ($(strip $(filter-out %86,$(arch))),)
-LIBGNAT_TARGET_PAIRS = \
+  LIBGNAT_TARGET_PAIRS = \
 a-intnam.ads