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

Collapse All | Expand All

(-)gcc/Makefile.in.orig (-1 / +1 lines)
Lines 2498-2504 Link Here
2498
   output.h $(INSN_ATTR_H) $(SYSTEM_H) toplev.h $(TARGET_H) libfuncs.h \
2498
   output.h $(INSN_ATTR_H) $(SYSTEM_H) toplev.h $(TARGET_H) libfuncs.h \
2499
   $(TARGET_DEF_H) function.h $(SCHED_INT_H) $(TM_P_H) $(EXPR_H) $(OPTABS_H) \
2499
   $(TARGET_DEF_H) function.h $(SCHED_INT_H) $(TM_P_H) $(EXPR_H) $(OPTABS_H) \
2500
   langhooks.h
2500
   langhooks.h
2501
	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
2501
	$(CC) -c $(ALL_CFLAGS) -fno-stack-protector $(ALL_CPPFLAGS) \
2502
		$(out_file) $(OUTPUT_OPTION)
2502
		$(out_file) $(OUTPUT_OPTION)
2503
2503
2504
# Build auxiliary files that support ecoff format.
2504
# Build auxiliary files that support ecoff format.

Return to bug 149292