Skip to content

Commit 336aa9c

Browse files
committed
Attempt to find gcc-11.
1 parent c515100 commit 336aa9c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

certifiable-build/scripts/config.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ mkdir -p "$CONFIGS_ROOT"
5050
"config.config.mode=$BUILD_TYPE" \
5151
"config.install.root=$PREFIX"
5252

53+
cfg_dir="$(bdep config list @gcc | awk '{print $2}')"
54+
echo "CFG=$cfg_dir"
55+
# cc module stores derived toolchain values in config.build
56+
find "$cfg_dir" -maxdepth 3 -name config.build -print -exec sed -n '1,200p' {} \;
57+
5358
"$BDEP" --no-default-options init --wipe -C "$clang_dir" @clang cc \
5459
"config.c=$CC_CLANG" "config.cxx=$CXX_CLANG" \
5560
"config.config.mode=$BUILD_TYPE"

0 commit comments

Comments
 (0)