8 lines
122 B
Makefile
8 lines
122 B
Makefile
|
ifeq ($(BR2_ENABLE_MULTILIB),y)
|
||
|
MULTILIB:=--enable-multilib
|
||
|
endif
|
||
|
|
||
|
|
||
|
# FIXME -- this is temporary
|
||
|
OPTIMIZE_FOR_CPU=$(ARCH)
|