Make-lang.in (gnat1): Prepend '+' to the command.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 1 Jul 2011 21:43:59 +0000 (21:43 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 1 Jul 2011 21:43:59 +0000 (21:43 +0000)
* gcc-interface/Make-lang.in (gnat1): Prepend '+' to the command.
(gnatbind): Likewise.

From-SVN: r175769

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in

index 6c9f757036d3499e6d271588751ac6ca2835d44f..d21f2e0fb945662f22ace23fa31a3eec53b85a8e 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/Make-lang.in (gnat1): Prepend '+' to the command.
+       (gnatbind): Likewise.
+
 2011-06-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * gcc-interface/Makefile.in (TOOLS_LIBS): Add $(LIBINTL).
index 2e73363298bfdb24ea84eee3a007c0608d1a753d..d4344cc0f395e17c98d924affdd5e201bed298ff 100644 (file)
@@ -476,11 +476,11 @@ TARGET_ADA_SRCS =
 # Since the RTL should be built with the latest compiler, remove the
 #  stamp target in the parent directory whenever gnat1 is rebuilt
 gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) libcommon-target.a $(LIBDEPS)
-       $(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) libcommon-target.a $(LIBS) $(SYSLIBS) $(BACKENDLIBS) $(CFLAGS)
+       +$(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) libcommon-target.a $(LIBS) $(SYSLIBS) $(BACKENDLIBS) $(CFLAGS)
        $(RM) stamp-gnatlib2-rts stamp-tools
 
 gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS) ggc-none.o libcommon-target.a $(LIBDEPS)
-       $(GCC_LINK) -o $@ ada/b_gnatb.o $(GNATBIND_OBJS) ggc-none.o libcommon-target.a $(LIBS) $(SYSLIBS) $(CFLAGS)
+       +$(GCC_LINK) -o $@ ada/b_gnatb.o $(GNATBIND_OBJS) ggc-none.o libcommon-target.a $(LIBS) $(SYSLIBS) $(CFLAGS)
 
 # use cross-gcc
 gnat-cross: force