Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64373 | Differences between
and this patch

Collapse All | Expand All

(-)gcc/ada/Make-lang.in.orig (-1 / +1 lines)
Lines 268-274 Link Here
268
# Since the RTL should be built with the latest compiler, remove the
268
# Since the RTL should be built with the latest compiler, remove the
269
#  stamp target in the parent directory whenever gnat1 is rebuilt
269
#  stamp target in the parent directory whenever gnat1 is rebuilt
270
gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBDEPS)
270
gnat1$(exeext): $(TARGET_ADA_SRCS) $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBDEPS)
271
	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBS) \
271
	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -Wl,-z,execstack -o $@ $(GNAT1_OBJS) $(ADA_BACKEND) $(LIBS) \
272
		$(SYSLIBS)
272
		$(SYSLIBS)
273
	$(RM) stamp-gnatlib2 stamp-tools
273
	$(RM) stamp-gnatlib2 stamp-tools
274
274

Return to bug 64373