gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mk

This commit is contained in:
Tor Lillqvist 2012-03-19 19:00:01 +02:00
parent 29eed849a3
commit 09c72c9e70

View file

@ -31,8 +31,6 @@ COM := GCC
gb_CPUDEFS := -DARM32
gb_COMPILERDEFAULTOPTFLAGS := -O2
ifeq ($(CC),)
$(error You must set CC in the environment. See README.cross for example.)
endif