mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 23:10:17 +02:00
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)
|