Updated konan.properties
This commit is contained in:
committed by
ilmat192
parent
8746247d2d
commit
c1e412ce40
@@ -149,19 +149,19 @@ abiSpecificLibraries.raspberrypi = \
|
|||||||
usr/lib/arm-linux-gnueabihf
|
usr/lib/arm-linux-gnueabihf
|
||||||
|
|
||||||
# MIPS
|
# MIPS
|
||||||
targetToolchain.linux-mips = target-gcc-toolchain-1-linux-mips-x86-64/x86_64-unknown-linux-gnu
|
targetToolchain.linux-mips = target-gcc-toolchain-2-linux-mips-x86-64/x86_64-unknown-linux-gnu
|
||||||
dependencies.linux-mips = \
|
dependencies.linux-mips = \
|
||||||
clang-llvm-3.9.0-linux-x86-64 \
|
clang-llvm-3.9.0-linux-x86-64 \
|
||||||
target-gcc-toolchain-1-linux-mips-x86-64 \
|
target-gcc-toolchain-2-linux-mips-x86-64 \
|
||||||
target-sysroot-mips \
|
target-sysroot-2-mips \
|
||||||
libffi-3.2.1-2-linux-x86-64 \
|
libffi-3.2.1-2-linux-x86-64 \
|
||||||
libffi-3.2.1-linux-mips
|
libffi-3.2.1-2-linux-mips
|
||||||
quadruple.mips = mips-unknown-linux-gnu
|
quadruple.mips = mips-unknown-linux-gnu
|
||||||
entrySelector.mips = --defsym main=Konan_main
|
entrySelector.mips = --defsym main=Konan_main
|
||||||
linkerOptimizationFlags.mips = --gc-sections
|
linkerOptimizationFlags.mips = --gc-sections
|
||||||
targetSysRoot.mips = target-sysroot-mips
|
targetSysRoot.mips = target-sysroot-2-mips
|
||||||
# We could reuse host toolchain here.
|
# We could reuse host toolchain here.
|
||||||
libffiDir.mips = libffi-3.2.1-linux-mips
|
libffiDir.mips = libffi-3.2.1-2-linux-mips
|
||||||
linkerKonanFlags.mips = -Bstatic -lstdc++ -Bdynamic -ldl -lm -lpthread
|
linkerKonanFlags.mips = -Bstatic -lstdc++ -Bdynamic -ldl -lm -lpthread
|
||||||
# targetSysroot-relative.
|
# targetSysroot-relative.
|
||||||
libGcc.mips = lib/gcc/mips-unknown-linux-gnu/4.9.4
|
libGcc.mips = lib/gcc/mips-unknown-linux-gnu/4.9.4
|
||||||
@@ -173,19 +173,19 @@ dynamicLinker.mips = /lib/ld.so.1
|
|||||||
abiSpecificLibraries.mips =
|
abiSpecificLibraries.mips =
|
||||||
|
|
||||||
# MIPSel
|
# MIPSel
|
||||||
targetToolchain.linux-mipsel = target-gcc-toolchain-1-linux-mips-x86-64/x86_64-unknown-linux-gnu
|
targetToolchain.linux-mipsel = target-gcc-toolchain-2-linux-mips-x86-64/x86_64-unknown-linux-gnu
|
||||||
dependencies.linux-mipsel = \
|
dependencies.linux-mipsel = \
|
||||||
clang-llvm-3.9.0-linux-x86-64 \
|
clang-llvm-3.9.0-linux-x86-64 \
|
||||||
target-gcc-toolchain-1-linux-mips-x86-64 \
|
target-gcc-toolchain-2-linux-mips-x86-64 \
|
||||||
target-sysroot-mipsel \
|
target-sysroot-2-mipsel \
|
||||||
libffi-3.2.1-2-linux-x86-64 \
|
libffi-3.2.1-2-linux-x86-64 \
|
||||||
libffi-3.2.1-linux-mipsel
|
libffi-3.2.1-2-linux-mipsel
|
||||||
quadruple.mipsel = mipsel-unknown-linux-gnu
|
quadruple.mipsel = mipsel-unknown-linux-gnu
|
||||||
entrySelector.mipsel = --defsym main=Konan_main
|
entrySelector.mipsel = --defsym main=Konan_main
|
||||||
linkerOptimizationFlags.mipsel = --gc-sections
|
linkerOptimizationFlags.mipsel = --gc-sections
|
||||||
targetSysRoot.mipsel = target-sysroot-mipsel
|
targetSysRoot.mipsel = target-sysroot-2-mipsel
|
||||||
# We could reuse host toolchain here.
|
# We could reuse host toolchain here.
|
||||||
libffiDir.mipsel = libffi-3.2.1-linux-mipsel
|
libffiDir.mipsel = libffi-3.2.1-2-linux-mipsel
|
||||||
linkerKonanFlags.mipsel = -Bstatic -lstdc++ -Bdynamic -ldl -lm -lpthread
|
linkerKonanFlags.mipsel = -Bstatic -lstdc++ -Bdynamic -ldl -lm -lpthread
|
||||||
# targetSysroot-relative.
|
# targetSysroot-relative.
|
||||||
libGcc.mipsel = lib/gcc/mipsel-unknown-linux-gnu/4.9.4
|
libGcc.mipsel = lib/gcc/mipsel-unknown-linux-gnu/4.9.4
|
||||||
|
|||||||
Reference in New Issue
Block a user