summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/linux/patches/4.2.5/cris-header.patch (renamed from target/linux/patches/4.2.4/cris-header.patch)0
-rw-r--r--target/linux/patches/4.2.5/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.2.4/initramfs-nosizelimit.patch)0
-rw-r--r--target/linux/patches/4.2.5/regmap-default-on.patch (renamed from target/linux/patches/4.2.4/regmap-default-on.patch)0
-rw-r--r--target/linux/patches/4.2.5/startup.patch (renamed from target/linux/patches/4.2.4/startup.patch)0
-rw-r--r--toolchain/binutils/Makefile2
5 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/patches/4.2.4/cris-header.patch b/target/linux/patches/4.2.5/cris-header.patch
index 2b5a88461..2b5a88461 100644
--- a/target/linux/patches/4.2.4/cris-header.patch
+++ b/target/linux/patches/4.2.5/cris-header.patch
diff --git a/target/linux/patches/4.2.4/initramfs-nosizelimit.patch b/target/linux/patches/4.2.5/initramfs-nosizelimit.patch
index 40d2f6bd8..40d2f6bd8 100644
--- a/target/linux/patches/4.2.4/initramfs-nosizelimit.patch
+++ b/target/linux/patches/4.2.5/initramfs-nosizelimit.patch
diff --git a/target/linux/patches/4.2.4/regmap-default-on.patch b/target/linux/patches/4.2.5/regmap-default-on.patch
index 8d72224bf..8d72224bf 100644
--- a/target/linux/patches/4.2.4/regmap-default-on.patch
+++ b/target/linux/patches/4.2.5/regmap-default-on.patch
diff --git a/target/linux/patches/4.2.4/startup.patch b/target/linux/patches/4.2.5/startup.patch
index d396b75e4..d396b75e4 100644
--- a/target/linux/patches/4.2.4/startup.patch
+++ b/target/linux/patches/4.2.5/startup.patch
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 262ed5ff5..d4f6a54a9 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -68,9 +68,11 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
$(MAKE) -C $(WRKBUILD) install
ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
+ifeq ($(ADK_TARGET_ARCH_H8300),y)
$(INSTALL_DIR) $(TOOLCHAIN_DIR)/usr/lib/ldscripts
$(CP) $(WRKBUILD)/ld/ldscripts/* $(TOOLCHAIN_DIR)/usr/lib/ldscripts/
endif
+endif
@touch $@
include ${ADK_TOPDIR}/mk/toolchain.mk