aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/x-cflags-O1
blob: 9ba1e7496cfb675893c5ed43e7ce269a6c874ced (plain)
1
2
3
4
5
# At -O0 cc1 etc. are too large on some targets for successful
# link; force building libbackend.a with -O1.
ifeq ($(filter-out -O0,$(lastword $(filter -O%,$(CFLAGS)))),)
$(OBJS) : override CFLAGS += -O1
endif