From 9833f1b162af964114e89583c3ab4b689efd7309 Mon Sep 17 00:00:00 2001 From: Jeff H Date: Thu, 25 Oct 2018 20:35:41 -0700 Subject: [PATCH] update crosstool-ng submodule --- .gitmodules | 7 +++---- crosstool-NG | 1 - crosstool-config-overrides | 2 ++ crosstool-ng | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 160000 crosstool-NG create mode 160000 crosstool-ng diff --git a/.gitmodules b/.gitmodules index 1432e25..81aa742 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "crosstool-NG"] - path = crosstool-NG - url = https://github.com/jcmvbkbc/crosstool-NG - branch = xtensa-1.22.x [submodule "lx106-hal"] path = lx106-hal url = https://github.com/tommie/lx106-hal @@ -12,3 +8,6 @@ path = esp-open-lwip url = https://github.com/pfalcon/esp-open-lwip branch = sdk-1.5.0-experimental +[submodule "crosstool-ng"] + path = crosstool-ng + url = https://github.com/someburner/crosstool-ng.git diff --git a/crosstool-NG b/crosstool-NG deleted file mode 160000 index 37b07f6..0000000 --- a/crosstool-NG +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 37b07f6fbea2e5d23434f7e91614528f839db056 diff --git a/crosstool-config-overrides b/crosstool-config-overrides index a021795..ed1f948 100644 --- a/crosstool-config-overrides +++ b/crosstool-config-overrides @@ -1,5 +1,7 @@ + # Building static toolchain causes problems on some distros which # by default don't install static libs for all required dependencies #CT_STATIC_TOOLCHAIN=y +CT_SAVE_TARBALLS=y CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y diff --git a/crosstool-ng b/crosstool-ng new file mode 160000 index 0000000..33181a8 --- /dev/null +++ b/crosstool-ng @@ -0,0 +1 @@ +Subproject commit 33181a8afad5ca51abcaddeccc2dae9626c06441