makefile: move pdlibc to extlib, add C++ stub standard headers

It now kind of compiles with x86_64-elf gcc (does not link though)
This commit is contained in:
2021-11-04 20:15:58 +08:00
parent 964893b14a
commit 98f92a9958
48 changed files with 134 additions and 28 deletions

5
libstd/README Normal file
View File

@ -0,0 +1,5 @@
This folder is in place for the most standard headers not in the PDLibC extlib.
Mostly for C++ standard headers.