mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
78ed138453
disabled The misssing stubs get pulled in from the toolchain's libstdc++ also causing to pull in defined stubs. This results in redefinition of symbols. Fixing it by simply adding the missing stubs when exceptions are disabled. Signed-off-by: Amey Inamdar <amey.inamdar@gmail.com>