summaryrefslogtreecommitdiff
path: root/toolchain/Makefile.in
blob: 45ee14a3baa63763a0c30cfaec6e67ddcb20d4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ifeq ($(BR2_PTHREADS_NONE),y)
THREADS:=--disable-threads
else
THREADS:=--enable-threads
endif

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

include toolchain/uClibc/Makefile.in