only support EABI on ARM targets
[openwrt.git] / package / apex / Makefile
index 97ddee1..f17118e 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 \
This page took 0.028725 seconds and 4 git commands to generate.