[libj6] Move _init_libc to _init_libj6

As part of the move of jsix-specific code from libc to libj6, all the
library initialization is now libj6-specific, so move it all over.
This commit is contained in:
Justin C. Miller
2021-04-07 22:53:48 -07:00
parent 0ae489f49d
commit 55c9faaa79
5 changed files with 8 additions and 9 deletions

View File

@@ -64,6 +64,7 @@ ccflags = [
"-mcmodel=large",
"-D__ELF__",
"-D__JSIX__",
"-D_LIBCPP_HAS_THREAD_API_EXTERNAL",
"-isystem${source_root}/sysroot/include",
"-isystem${source_root}/src/libraries/libc/include",
"--sysroot='${source_root}/sysroot'"
@@ -113,6 +114,7 @@ ccflags = [
"-mcmodel=large",
"-D__ELF__",
"-D__JSIX__",
"-D_LIBCPP_HAS_THREAD_API_EXTERNAL",
"-isystem${source_root}/sysroot/include",
"-isystem${source_root}/src/libraries/libc/include",
"--sysroot='${source_root}/sysroot'"