From 7028d414a39b35d686754cecac8af0de1ca02b01 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 6 Mar 2009 21:12:14 +0000 Subject: [PATCH] prepare target for use with EABI SVN-Revision: 14766 --- target/linux/s3c24xx/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/linux/s3c24xx/Makefile b/target/linux/s3c24xx/Makefile index 309c176cfd..33c7a55480 100644 --- a/target/linux/s3c24xx/Makefile +++ b/target/linux/s3c24xx/Makefile @@ -19,6 +19,12 @@ define Target/Description OpenMoko gta02 endef +define Kernel/Configure + $(call Kernel/Configure/Default) + $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(LINUX_DIR)/.config + $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config) +endef + include $(INCLUDE_DIR)/target.mk $(eval $(call BuildTarget)) -- 2.30.2