only support EABI on ARM targets
[openwrt/openwrt.git] / package / apex / Makefile
index 97ddee18d8e6708896383b84db919f340a08374a..f17118e46c0552cc0f904512292961320b8125d9 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -34,7 +34,6 @@ define build_apex
        $(MAKE) -C $(PKG_BUILD_DIR) \
                ARCH=arm \
                $(1)_config
-       $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(PKG_BUILD_DIR)/.config
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
                KBUILD_HAVE_NLS=no \