meso: use -fno-non-call-exceptions, -fno-use-cxa-atexit

This commit is contained in:
Michael Scire 2020-01-31 04:47:08 -08:00
parent 86eea62cd8
commit 9accbcf8e1
3 changed files with 5 additions and 6 deletions

View file

@ -19,8 +19,7 @@
extern "C" {
#endif
void __dso_handle() { /* ... */ }
void __cxa_atexit() { /* ... */ }
/* cxx implementation details to be stubbed here, as needed. */
#ifdef __cplusplus
} /* extern "C" */