Update buildroot & docker (#25)
* Update docker & buildroot * Fix * fix versions
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
# This file contains the definition of the toolchain wrapper build commands
|
||||
################################################################################
|
||||
#
|
||||
# definition of the toolchain wrapper build commands
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# We use --hash-style=both to increase the compatibility of the generated
|
||||
# binary with older platforms, except for MIPS, where the only acceptable
|
||||
@@ -28,8 +32,14 @@ endif
|
||||
|
||||
# Avoid FPU bug on XBurst CPUs
|
||||
ifeq ($(BR2_mips_xburst),y)
|
||||
# Before gcc 4.6, -mno-fused-madd was needed, after -ffp-contract is
|
||||
# needed
|
||||
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_6),y)
|
||||
TOOLCHAIN_WRAPPER_ARGS += -DBR_FP_CONTRACT_OFF
|
||||
else
|
||||
TOOLCHAIN_WRAPPER_ARGS += -DBR_NO_FUSED_MADD
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_CCACHE_USE_BASEDIR),y)
|
||||
TOOLCHAIN_WRAPPER_ARGS += -DBR_CCACHE_BASEDIR='"$(BASE_DIR)"'
|
||||
|
||||
Reference in New Issue
Block a user