Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sanitizer] Fix typo in bot script
  • Loading branch information
vitalybuka committed Apr 26, 2021
1 parent 525a9eb commit 15b3be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_qemu.sh
Expand Up @@ -83,7 +83,7 @@ for DBG in OFF ON ; do
NAME_PREFIX="debug_"
fi

build_compiler_rt ${NAME_PREFIX}x86_64$ \
build_compiler_rt ${NAME_PREFIX}x86_64 \
-DCOMPILER_RT_TEST_COMPILER_CFLAGS=--target=x86_64-linux-gnu \
-DCMAKE_C_COMPILER_TARGET=x86_64-linux-gnu \
-DCMAKE_CXX_COMPILER_TARGET=x86_64-linux-gnu
Expand Down

0 comments on commit 15b3be5

Please sign in to comment.