xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/x-cflags-O1 (revision c3ab26950fe8540fb553d1d1dcae454bc98e5a25)
1# At -O0 cc1 etc. are too large on some targets for successful
2# link; force building libbackend.a with -O1.
3ifeq ($(filter-out -O0,$(lastword $(filter -O%,$(CFLAGS)))),)
4$(OBJS) : override CFLAGS += -O1
5endif
6