Browse Source

crosstool-NG: Switched to xtensa-1.22.x upstream branch (gcc 4.8.5).

1000-mforce-l32.patch retargetted to GCC 4.8.5.
sermus 9 năm trước cách đây
mục cha
commit
875e9d6483
3 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      .gitmodules
  2. 2 2
      Makefile
  3. 1 1
      crosstool-NG

+ 1 - 1
.gitmodules

@@ -1,7 +1,7 @@
 [submodule "crosstool-NG"]
 	path = crosstool-NG
 	url = https://github.com/jcmvbkbc/crosstool-NG
-	branch = lx106-g++
+	branch = xtensa-1.22.x
 [submodule "lx106-hal"]
 	path = lx106-hal
 	url = https://github.com/tommie/lx106-hal

+ 2 - 2
Makefile

@@ -98,7 +98,7 @@ endif
 clean: clean-sdk
 	make -C crosstool-NG clean MAKELEVEL=0
 	-rm -rf crosstool-NG/.build/src
-	-rm -f crosstool-NG/local-patches/gcc/4.8.2/1000-*
+	-rm -f crosstool-NG/local-patches/gcc/4.8.5/1000-*
 	-rm -rf $(TOOLCHAIN)
 
 
@@ -109,7 +109,7 @@ esptool: toolchain
 toolchain: $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc
 
 $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc: crosstool-NG/ct-ng
-	cp -f 1000-mforce-l32.patch crosstool-NG/local-patches/gcc/4.8.2/
+	cp -f 1000-mforce-l32.patch crosstool-NG/local-patches/gcc/4.8.5/
 	make -C crosstool-NG -f ../Makefile _toolchain
 
 _toolchain:

+ 1 - 1
crosstool-NG

@@ -1 +1 @@
-Subproject commit feb1fb829d5cb4f8739e488cbd2f0b72304705bb
+Subproject commit 46f160f7cdb6b993afca1a685ddff5b3aec656b6