[build] Build user programes with libc++ et al
Adding -lc++ -lc++abi -lunwind to user programs. Also, to support this, start building using the custom toolchain and its new x86_64-jsix-elf target triplet.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
variables:
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
ld: ld.lld
|
||||
cc: "${source_root}/sysroot/bin/clang"
|
||||
cxx: "${source_root}/sysroot/bin/clang++"
|
||||
ld: "${source_root}/sysroot/bin/ld.lld"
|
||||
ar: ar
|
||||
nasm: nasm
|
||||
objcopy: objcopy
|
||||
|
||||
Reference in New Issue
Block a user