From fc451ca8afc7bcdc7075b664bd9929773904654b Mon Sep 17 00:00:00 2001 From: robertswiecki Date: Wed, 7 Jun 2017 21:52:46 +0200 Subject: [PATCH] Practically revert 182f607f9ba3cc836202876901237d62c15cb5a9 as it will force CC compiler for CXX in honggfuzz (#658) --- infra/base-images/base-builder/compile_honggfuzz | 3 --- 1 file changed, 3 deletions(-) diff --git a/infra/base-images/base-builder/compile_honggfuzz b/infra/base-images/base-builder/compile_honggfuzz index a2d5443de..c5682d982 100755 --- a/infra/base-images/base-builder/compile_honggfuzz +++ b/infra/base-images/base-builder/compile_honggfuzz @@ -26,9 +26,6 @@ cp libhfuzz/libhfuzz.a $LIB_FUZZING_ENGINE cp honggfuzz $OUT/ popd > /dev/null -# Tell hfuzz-clang which exactly clang binary to use (otherwise hfuzz-clang -# would try various ones (clang-5.0, clang-4.0, clang-devel, etc.) -export HFUZZ_CC_PATH="$CC" # Relevant coverage flags are added by the compiler/linker export COVERAGE_FLAGS= export CC=$SRC/honggfuzz/hfuzz_cc/hfuzz-clang