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
This commit is contained in:
parent
43a9eec7c4
commit
9fe72ebdc8
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue