diff mbox

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

Message ID 5B8D2D21-35D3-4371-8308-E787A7AB852D@sandoe-acoustics.co.uk
State New
Headers show

Commit Message

Iain Sandoe Sept. 30, 2011, 1:48 p.m. UTC
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.
diff mbox

Patch

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 += \