Commit f67894ed by Jan Hubicka Committed by Jan Hubicka

* gcc-interface/Make-lang.in (gnac1): Add CFLAGS.

From-SVN: r140357
parent 16b05213
2008-09-14 Jan Hubicka <jh@suse.cz>
* gcc-interface/Make-lang.in (gnac1): Add CFLAGS.
2008-09-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* a-crbtgk.adb, a-direct.ads, a-tasatt.adb, ali.ads,
......@@ -299,7 +299,7 @@ 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) $(LIBDEPS)
$(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBS) $(SYSLIBS) $(GMPLIBS)
$(GCC_LINK) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBS) $(SYSLIBS) $(GMPLIBS) $(CFLAGS)
$(RM) stamp-gnatlib2-rts stamp-tools
gnatbind$(exeext): ada/b_gnatb.o $(CONFIG_H) $(GNATBIND_OBJS)
......
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