summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-09-13 07:39:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-09-13 07:39:14 +0000
commit34f2cfc657af5d0bb0224e1630faeac7986350be (patch)
tree5977d6b791142bb33058b3eea6806306c7890af6 /target/sdk
parent9cfee14217ab844601be9ee710b65e24655b2322 (diff)
downloadmtk-20170518-34f2cfc657af5d0bb0224e1630faeac7986350be.zip
mtk-20170518-34f2cfc657af5d0bb0224e1630faeac7986350be.tar.gz
mtk-20170518-34f2cfc657af5d0bb0224e1630faeac7986350be.tar.bz2
fix generation for arm platforms Based on patch by Roman Yeryomin <roman@advem.lv>
SVN-Revision: 28225
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 0d4bfcd..bad5099 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -29,7 +29,11 @@ all: compile
$(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
mkdir -p $(SDK_BUILD_DIR)/dl $(SDK_BUILD_DIR)/package
$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
- $(TAR) -cf - -C $(TOPDIR) $(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") --exclude="staging_dir/$(ARCH)" staging_dir/host staging_dir/target-$(ARCH)$(ARCH_SUFFIX)_$(LIBC)-$(LIBCV) staging_dir/toolchain-$(ARCH)$(ARCH_SUFFIX)_gcc-$(GCCV)_$(LIBC)-$(LIBCV) | \
+ $(TAR) -cf - -C $(TOPDIR) \
+ $(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") \
+ --exclude="staging_dir/$(ARCH)" \
+ staging_dir/host staging_dir/target-$(ARCH)$(ARCH_SUFFIX)_$(LIBC)-$(LIBCV)$(if $(CONFIG_arm),_eabi) \
+ staging_dir/toolchain-$(ARCH)$(ARCH_SUFFIX)_gcc-$(GCCV)_$(LIBC)-$(LIBCV)$(if $(CONFIG_arm),_eabi) | \
$(TAR) -xf - -C $(SDK_BUILD_DIR)
mkdir -p $(SDK_BUILD_DIR)/target/linux
$(CP) $(GENERIC_PLATFORM_DIR) $(PLATFORM_DIR) $(SDK_BUILD_DIR)/target/linux/