Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
cb1b40ff
Unverified
Commit
cb1b40ff
authored
Jun 22, 2020
by
Marcel Stör
Committed by
GitHub
Jun 22, 2020
Browse files
Bump toolchain to 20190731.0 (#3172)
parent
90beedfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cb1b40ff
...
@@ -137,7 +137,7 @@ else
...
@@ -137,7 +137,7 @@ else
UNAME_P
:=
$(
shell
uname
-p
)
UNAME_P
:=
$(
shell
uname
-p
)
ifeq
($(OS),linux)
ifeq
($(OS),linux)
ifndef
TOOLCHAIN_ROOT
ifndef
TOOLCHAIN_ROOT
TOOLCHAIN_VERSION
=
201
81106
.0
TOOLCHAIN_VERSION
=
201
90731
.0
GCCTOOLCHAIN
=
linux-x86_64-
$(TOOLCHAIN_VERSION)
GCCTOOLCHAIN
=
linux-x86_64-
$(TOOLCHAIN_VERSION)
TOOLCHAIN_ROOT
=
$(TOP_DIR)
/tools/toolchains/esp8266-
$(GCCTOOLCHAIN)
TOOLCHAIN_ROOT
=
$(TOP_DIR)
/tools/toolchains/esp8266-
$(GCCTOOLCHAIN)
GITHUB_TOOLCHAIN
=
https://github.com/jmattsson/esp-toolchains
GITHUB_TOOLCHAIN
=
https://github.com/jmattsson/esp-toolchains
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment