Commit 6343804d by Jakub Jelinek Committed by Jakub Jelinek

* Make-lang.in (gnat1, gnatbind): Pass ALL_CFLAGS on the link line.

From-SVN: r130952
parent 07cd8362
2007-12-15 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (gnat1, gnatbind): Pass ALL_CFLAGS on the link line.
2007-12-13 Samuel Tardieu <sam@rfc1149.net> 2007-12-13 Samuel Tardieu <sam@rfc1149.net>
PR ada/34360 PR ada/34360
...@@ -290,11 +290,11 @@ TARGET_ADA_SRCS = ...@@ -290,11 +290,11 @@ TARGET_ADA_SRCS =
# Since the RTL should be built with the latest compiler, remove the # Since the RTL should be built with the latest compiler, remove the
# stamp target in the parent directory whenever gnat1 is rebuilt # stamp target in the parent directory whenever gnat1 is rebuilt
gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBDEPS) gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBDEPS)
$(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBS) $(SYSLIBS) $(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(ALL_CFLAGS) $(LIBS) $(SYSLIBS)
$(RM) stamp-gnatlib2 stamp-tools $(RM) stamp-gnatlib2 stamp-tools
gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS) gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS)
$(GCC_LINK) -o $@ ada/b_gnatb.o $(GNATBIND_OBJS) $(LIBS) $(SYSLIBS) $(GCC_LINK) -o $@ ada/b_gnatb.o $(GNATBIND_OBJS) $(ALL_CFLAGS) $(LIBS) $(SYSLIBS)
# use cross-gcc # use cross-gcc
gnat-cross: force gnat-cross: force
......
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