File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[submodule "llvm "]
22 path = llvm
33 url = https://github.com/dvc94ch/llvm
4- branch = llvm6-riscv-23 -11-2017
4+ branch = llvm6-riscv-24 -11-2017
55[submodule "rust "]
66 path = rust
77 url = https://github.com/dvc94ch/rust
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ llvm-configure: $(llvm_src)
1616 cd $(llvm_build ) ; \
1717 cmake $(llvm_src ) -G " Ninja" \
1818 -DCMAKE_INSTALL_PREFIX=$(llvm_dest ) \
19+ -DCMAKE_BUILD_TYPE=" Debug" \
20+ -DLLVM_USE_SPLIT_DWARF=True \
21+ -DLLVM_OPTIMIZED_TABLEGEN=True \
22+ -DLLVM_BUILD_TESTS=True \
1923 -DLLVM_BUILD_LLVM_DYLIB=ON \
2024 -DLLVM_LINK_LLVM_DYLIB=ON \
2125 -DLLVM_ENABLE_ASSERTIONS=ON \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export PYTHONPATH=$PROFILE/lib/python2.7/site-packages
2222export INFOPATH=$PROFILE /share/info
2323
2424# #
25- GCC_LIB=$( dirname $( readlink profile/lib/libgcc_s.so.1) )
25+ GCC_LIB=$( dirname $( dirname $( readlink profile/lib/libgcc_s.so.1) ) )
2626export PATH=$TOOLCHAIN /bin:$PATH
2727export LIBRARY_PATH=$TOOLCHAIN /lib:$GCC_LIB /lib:$LIBRARY_PATH
2828# # (libgcc_s.so.1) needed to run bootstrap cargo and bootstrap rustc
You can’t perform that action at this time.
0 commit comments