]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Use GNU ld switches to generate map files on AIX.
authorTristan Gingold <gingold@adacore.com>
Mon, 24 Oct 2011 10:01:42 +0000 (10:01 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 24 Oct 2011 10:01:42 +0000 (12:01 +0200)
2011-10-16  Tristan Gingold  <gingold@adacore.com>

        * gcc-interface/Makefile.in: Use GNU ld switches to generate map files
        on AIX.

From-SVN: r180374

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index 93e4e3e9807c1853918203a9d80aabaf3d5de770..ff9396b71f8245861cb4c033ae7e90324ce7b9c4 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-16  Tristan Gingold  <gingold@adacore.com>
+
+       * gcc-interface/Makefile.in: Use GNU ld switches to generate map files
+       on AIX.
+
 2011-10-24  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_ch12.adb (Earlier): make available globally. If both
index 160a15e013cd359dfb1ac7f9ae5cbceb4f3cd4f1..f2247d0f34303cd11e9d80cf765fe47630b53c43 100644 (file)
@@ -1401,16 +1401,19 @@ ifeq ($(strip $(filter-out ibm aix%,$(manu) $(osys))),)
        ppc64)
     LIBGNAT_TARGET_PAIRS = \
     $(LIBGNAT_TARGET_PAIRS_COMMON) $(LIBGNAT_TARGET_PAIRS_64)
+    TOOLS_TARGET_PAIRS = \
+    indepsw.adb<indepsw-aix.adb
   else
     LIBGNAT_TARGET_PAIRS = \
     $(LIBGNAT_TARGET_PAIRS_COMMON) $(LIBGNAT_TARGET_PAIRS_32)
+    TOOLS_TARGET_PAIRS = \
+    indepsw.adb<indepsw-gnu.adb
   endif
 
   THREADSLIB = -lpthreads
   EH_MECHANISM=-gcc
-  TOOLS_TARGET_PAIRS = \
-  mlib-tgt-specific.adb<mlib-tgt-specific-aix.adb \
-  indepsw.adb<indepsw-aix.adb
+  TOOLS_TARGET_PAIRS += \
+  mlib-tgt-specific.adb<mlib-tgt-specific-aix.adb
 
   GMEM_LIB = gmemlib
 endif