1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-01-12 00:09:02 +00:00
Files
AROS-v0/compiler/startup
Kalamatee ce3470ac4a provide necessary c++ support & symbols - libgcc provides these as weak symbols under GNU builds.
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.
2025-09-17 13:25:34 +02:00
..