uclibc: make powerpc e500 support independent of the target name, always use it if the spe_fpu feature flag is set

SVN-Revision: 27289
master
Felix Fietkau 13 years ago
parent ce50bb1636
commit 92726d8f32
  1. 4
      toolchain/uClibc/Makefile
  2. 0
      toolchain/uClibc/config-0.9.32/powerpc.e500

@ -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)

Loading…
Cancel
Save