mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[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:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user