X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2FuClibc%2FMakefile;fp=toolchain%2FuClibc%2FMakefile;h=d74d1ecfc836dfb9ab05714f8d70bcf665f51e05;hp=21a180c22551d50ee8e67fd505042234676b9e6d;hb=92726d8f3243ac2e91823ba4c3c1e66cec083581;hpb=ce50bb163606bbd62d1724c341a0a0cfcda5f44e diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 21a180c225..d74d1ecfc8 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -59,7 +59,9 @@ endef GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \ $(if $(wildcard $(CONFIG_DIR)/common),'+' $(CONFIG_DIR)/common) \ $(if $(CONFIG_UCLIBC_ENABLE_DEBUG),$(if $(wildcard $(CONFIG_DIR)/debug),'+' $(CONFIG_DIR)/debug)) \ - $(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD)) + $(CONFIG_DIR)/$(ARCH)$(strip \ + $(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD), \ + $(if $(CONFIG_HAS_SPE_FPU),$(if $(wildcard $(CONFIG_DIR)/$(ARCH).e500),.e500)))) define Host/Prepare $(call Host/Prepare/Default)