[Patch Ada/Darwin] factor LIBGNAT_TARGET_PAIRS for darwin sub-targets.
Iain Sandoe
developer@sandoe-acoustics.co.uk
Fri Sep 30 14:44:00 GMT 2011
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 += \
More information about the Gcc-patches
mailing list