summaryrefslogtreecommitdiff
path: root/toolchain/Makefile.in
blob: ab2eed0d54666563cfdde67c839625439bdc5fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ifeq ($(BR2_PTHREADS),y)
THREADS:=--enable-threads
else
THREADS:=--disable-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