Unverified Commit cb1b40ff authored by Marcel Stör's avatar Marcel Stör Committed by GitHub
Browse files

Bump toolchain to 20190731.0 (#3172)

parent 90beedfa
...@@ -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 = 20181106.0 TOOLCHAIN_VERSION = 20190731.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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment