|
@@ -553,8 +553,7 @@ define $(2)_CONFIGURE_CMDS
|
|
|
$$(call qstrip,$$(BR2_TOOLCHAIN_GCC_AT_LEAST))); \
|
|
|
if test "$$(BR2_arm)" = "y" ; then \
|
|
|
$$(call check_arm_abi,\
|
|
|
- "$$(TOOLCHAIN_EXTERNAL_CC) $$(TOOLCHAIN_EXTERNAL_CFLAGS)",\
|
|
|
- $$(TOOLCHAIN_EXTERNAL_READELF)) ; \
|
|
|
+ "$$(TOOLCHAIN_EXTERNAL_CC) $$(TOOLCHAIN_EXTERNAL_CFLAGS)") ; \
|
|
|
fi ; \
|
|
|
if test "$$(BR2_INSTALL_LIBSTDCPP)" = "y" ; then \
|
|
|
$$(call check_cplusplus,$$(TOOLCHAIN_EXTERNAL_CXX)) ; \
|