summaryrefslogtreecommitdiffstats
path: root/package/apex
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-07 12:59:19 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-07 12:59:19 +0000
commitc0b7eece821b1f5da9dcbf33134bc20323d6bc43 (patch)
treebef3e5322b3ab1c3ec76585d3e2fc0b5127686a4 /package/apex
parentb70c6b1168fca5d832d4b5bbc1a539a26f12d938 (diff)
only support EABI on ARM targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/apex')
-rw-r--r--package/apex/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/apex/Makefile b/package/apex/Makefile
index 97ddee18d..f17118e46 100644
--- a/package/apex/Makefile
+++ b/package/apex/Makefile
@@ -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 \