瀏覽代碼

crosstool-NG was switched to xtensa-1.22.x. 1000-mforce-l32.patch was retargetted to GCC 4.8.5

sermus 9 年之前
父節點
當前提交
ba8e728dee
共有 3 個文件被更改,包括 4 次插入4 次删除
  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