Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -17,6 +17,16 @@ BEECRYPT_CONF_OPTS = \
|
||||
--without-python \
|
||||
--disable-openmp
|
||||
|
||||
# disable optimized m68k assembly as it doesn't compile for coldfire
|
||||
ifeq ($(BR2_m68k_cf),y)
|
||||
BEECRYPT_CONF_OPTS += --enable-debug
|
||||
endif
|
||||
|
||||
# arm asm optimization doesn't work for thumb-only
|
||||
ifeq ($(BR2_arm):$(BR2_ARM_CPU_HAS_ARM),y:)
|
||||
BEECRYPT_CONF_OPTS += --enable-debug
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BEECRYPT_CPP),y)
|
||||
BEECRYPT_DEPENDENCIES += icu
|
||||
BEECRYPT_CONF_OPTS += --with-cplusplus
|
||||
|
||||
Reference in New Issue
Block a user