Commit 9fe72ebd by Joseph Myers Committed by Joseph Myers

re PR ada/49097 (gnatbind link fails to find version_string, potential ranlib concurrency problem)

	PR ada/49097
	* gcc-interface/Make-lang.in (gnatbind$(exeext)): Depend on
	$(LIBDEPS).

From-SVN: r174002
parent 43a9eec7
2011-05-21 Joseph Myers <joseph@codesourcery.com>
PR ada/49097
* gcc-interface/Make-lang.in (gnatbind$(exeext)): Depend on
$(LIBDEPS).
2011-05-20 Joseph Myers <joseph@codesourcery.com>
* gcc-interface/Make-lang.in (EXTRA_GNATBIND_OBJS): Remove
......
......@@ -484,7 +484,7 @@ gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBDEPS)
$(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBS) $(SYSLIBS) $(BACKENDLIBS) $(CFLAGS)
$(RM) stamp-gnatlib2-rts stamp-tools
gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS)
gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS) $(LIBDEPS)
$(GCC_LINK) -o $@ ada/b_gnatb.o $(GNATBIND_OBJS) $(LIBS) $(SYSLIBS) $(CFLAGS)
# use cross-gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment