feat: initial commit

Code is from cxx.uclibc.org, modified by catty to implement c++17
features
This commit is contained in:
2025-03-26 09:29:24 +08:00
commit d068332b88
370 changed files with 65488 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
#
# Never ignore these
#
!.gitignore
#
# Generated files
#
*.a
*.i
*.o
*.depend
.config*
.*.dep
/*.log
cscope.*
bin/g++-uc
bin/env_check
libuClibc++*.so
libuClibc++*.so.0
include/system_configuration.h
include/bits/
#
# Debugging files
#
.gdb_history
.gdbinit
core
#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch
/*.diff
# Playground
playground