mirror of
https://github.com/deadw00d/AROS.git
synced 2026-01-12 00:09:02 +00:00
stdc.library: provide __cxa_atexit,__cxa_finalize functions in stdc.library to handle c++ code. startup code: provide cxx-startup.o to provide __dso_handle for c++ code. llvm/clang: link in cxx-startup.o compiling c++ code under llvm/clang. link -lpthread is pthread(s) are requested, in addition to when c++ code is compiled.