File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
zorg/buildbot/builders/annotated Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,12 @@ def main(argv):
121
121
122
122
if arm32_build and qemu_build :
123
123
cmake_args .append ('-DLIBC_TARGET_TRIPLE=arm-linux-gnueabihf' )
124
- cmake_args .append ('-DLIBC_TEST_COMPILE_OPTIONS_DEFAULT=-static' )
124
+ cmake_args .append ('-DCMAKE_SYSROOT=/opt/sysroot-deb-armhf-stable' )
125
+ cmake_args .append ('-DCMAKE_C_COMPILER_TARGET=arm-linux-gnueabihf' )
126
+ cmake_args .append ('-DCMAKE_CXX_COMPILER_TARGET=arm-linux-gnueabihf' )
127
+ cmake_args .append ('-DCMAKE_AR=/usr/bin/llvm-ar-20' )
128
+ cmake_args .append ('-DCMAKE_RANLIB=/usr/bin/llvm-ranlib-20' )
129
+ cmake_args .append ('-DLIBC_UNITTEST_ENV=QEMU_LD_PREFIX=/opt/sysroot-deb-armhf-stable' )
125
130
126
131
if bootstrap_build :
127
132
cmake_root = 'llvm'
You can’t perform that action at this time.
0 commit comments