]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/toolchain_update' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 11 Jan 2017 10:37:45 +0000 (18:37 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 11 Jan 2017 10:37:45 +0000 (18:37 +0800)
update toolchain version, rebuild newlib

- This MR updates the toolchain version used in the ESP-IDF
- Compiler version check and warning is added to project.mk
- Newlib is rebuilt to include wcsftime function
- libstdc++ build uses correct newlib headers (so we won't get undefined reference to `__impure_ptr` anymore)

See merge request !387


Trivial merge