mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
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>