blob: bc2d26dfb2d73da8ee679262f57e587514c3fda5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ifeq ($(BR2_ENABLE_MULTILIB),y)
MULTILIB:=--enable-multilib
endif
# FIXME -- this is temporary
OPTIMIZE_FOR_CPU=$(ARCH)
# gcc has a bunch of needed stuff....
include toolchain/gcc/Makefile.in
|