Эх сурвалжийг харах

limit workaround to h8/300, move 4.2.x patches to get used

Waldemar Brodkorb 10 жил өмнө
parent
commit
ede9a4e76a

+ 0 - 0
target/linux/patches/4.2.4/cris-header.patch → target/linux/patches/4.2.5/cris-header.patch


+ 0 - 0
target/linux/patches/4.2.4/initramfs-nosizelimit.patch → target/linux/patches/4.2.5/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/4.2.4/regmap-default-on.patch → target/linux/patches/4.2.5/regmap-default-on.patch


+ 0 - 0
target/linux/patches/4.2.4/startup.patch → target/linux/patches/4.2.5/startup.patch


+ 2 - 0
toolchain/binutils/Makefile

@@ -68,8 +68,10 @@ $(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 $@