You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/wally-tool-chain-install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ if [ ! "$no_buidroot" ]; then
473
473
fi
474
474
cd"$dir"/../linux
475
475
if [ !-e"$RISCV"/buildroot ];then
476
-
FORCE_UNSAFE_CONFIGURE=1 make 2>&1| logger $STATUS; [ "${PIPESTATUS[0]}"== 0 ]
476
+
FORCE_UNSAFE_CONFIGURE=1 make 2>&1| logger $STATUS; [ "${PIPESTATUS[0]}"== 0 ]# FORCE_UNSAFE_CONFIGURE is needed to allow buildroot to compile when run as root
477
477
echo -e "${SUCCESS_COLOR}Buildroot successfully installed and Linux testvectors created!${ENDC}"
478
478
elif [ !-e"$RISCV"/linux-testvectors ];then
479
479
echo -e "${OK_COLOR}Buildroot already exists, but Linux testvectors are missing. Generating them now.${ENDC}"
0 commit comments