mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00

-nostdlib was removed in9a2af7a
and then accidentally added in1c2cc54
. The issue manifested itself as a failure to link some symbols from libgcc, even though libgcc should implicitly appear at the end of the linker command line when -nostdlib is not given.