Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba8e728dee |
3 changed files with 4 additions and 4 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
[submodule "crosstool-NG"]
|
[submodule "crosstool-NG"]
|
||||||
path = crosstool-NG
|
path = crosstool-NG
|
||||||
url = https://github.com/jcmvbkbc/crosstool-NG
|
url = https://github.com/jcmvbkbc/crosstool-NG
|
||||||
branch = lx106-g++
|
branch = xtensa-1.22.x
|
||||||
[submodule "lx106-hal"]
|
[submodule "lx106-hal"]
|
||||||
path = lx106-hal
|
path = lx106-hal
|
||||||
url = https://github.com/tommie/lx106-hal
|
url = https://github.com/tommie/lx106-hal
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -98,7 +98,7 @@ endif
|
||||||
clean: clean-sdk
|
clean: clean-sdk
|
||||||
make -C crosstool-NG clean MAKELEVEL=0
|
make -C crosstool-NG clean MAKELEVEL=0
|
||||||
-rm -rf crosstool-NG/.build/src
|
-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)
|
-rm -rf $(TOOLCHAIN)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -109,7 +109,7 @@ esptool: toolchain
|
||||||
toolchain: $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc
|
toolchain: $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc
|
||||||
|
|
||||||
$(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc: crosstool-NG/ct-ng
|
$(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
|
make -C crosstool-NG -f ../Makefile _toolchain
|
||||||
|
|
||||||
_toolchain:
|
_toolchain:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit feb1fb829d5cb4f8739e488cbd2f0b72304705bb
|
Subproject commit 46f160f7cdb6b993afca1a685ddff5b3aec656b6
|
||||||
Loading…
Reference in a new issue