]> Git Repo - buildroot-mgba.git/blame - toolchain/Makefile.in
- add cc-option and use it to check for stuff that is benefical for PREFER_IMA
[buildroot-mgba.git] / toolchain / Makefile.in
CommitLineData
6d008e61 1ifeq ($(BR2_PTHREADS_NONE),y)
272e7fda 2THREADS:=--disable-threads
6d008e61
MF
3else
4THREADS:=--enable-threads
272e7fda
MF
5endif
6
2d523c23
EA
7ifeq ($(BR2_ENABLE_MULTILIB),y)
8MULTILIB:=--enable-multilib
b8086bb1
MF
9else
10MULTILIB:=--disable-multilib
2d523c23
EA
11endif
12
13
14# FIXME -- this is temporary
15OPTIMIZE_FOR_CPU=$(ARCH)
d06645d8 16
99cf7293
BRF
17# late binding check to see if the target cc supports -fwhole-program
18CFLAGS_WHOLE_PROGRAM = $(call cc-option,-fwhole-program,)
19
d06645d8
EA
20# gcc has a bunch of needed stuff....
21include toolchain/gcc/Makefile.in
This page took 0.072153 seconds and 4 git commands to generate.