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