Chroma/global
Curle aba82eaacb
Add support for C++
This was a doozy. I had to recompile gcc with a custom target to get it to output the CRT{BEGIN/END}.o files with proper 64 bit relocations.

The CMakeLists.txt file was also edited to allow these files to be linked (thereby actually adding the support) as well as to automatically create the boot image upon build.
2020-08-27 01:39:56 +01:00
..
a.out Add support for C++ 2020-08-27 01:39:56 +01:00
crt0.c Add support for C++ 2020-08-27 01:39:56 +01:00
crt0.o Add support for C++ 2020-08-27 01:39:56 +01:00
crt0.s Add support for C++ 2020-08-27 01:39:56 +01:00
crtbegin.o Add support for C++ 2020-08-27 01:39:56 +01:00
crtend.o Add support for C++ 2020-08-27 01:39:56 +01:00
crti.o Add support for C++ 2020-08-27 01:39:56 +01:00
crti.s Add support for C++ 2020-08-27 01:39:56 +01:00
crtn.o Add support for C++ 2020-08-27 01:39:56 +01:00
crtn.s Add support for C++ 2020-08-27 01:39:56 +01:00