summaryrefslogtreecommitdiffstats
path: root/package/apex
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-07 12:59:19 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-07 12:59:19 +0000
commitb74308c4337b9309f2eb86ca54e6c10edebddc13 (patch)
treeb206df58e5ba505c00a6419d242b7c5d6402be83 /package/apex
parent9649777395e0c292fdf1e7b25d7615582d44cfa1 (diff)
downloadmaster-31e0f0ae-b74308c4337b9309f2eb86ca54e6c10edebddc13.tar.gz
master-31e0f0ae-b74308c4337b9309f2eb86ca54e6c10edebddc13.tar.bz2
master-31e0f0ae-b74308c4337b9309f2eb86ca54e6c10edebddc13.zip
only support EABI on ARM targets
SVN-Revision: 25928
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 97ddee18d8..f17118e46c 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 \