Toolchain: Fix aarch64 toolchain GDB build

We just need to pass -disable-werror, otherwise Clang will complain a
lot.
This commit is contained in:
kleines Filmröllchen 2022-12-30 15:19:22 +01:00 committed by Brian Gianforcaro
commit 5ab9a9cb03
Notes: sideshowbarker 2024-07-17 02:28:18 +09:00

View file

@ -340,6 +340,7 @@ pushd "$DIR/Build/$ARCH"
--target="$TARGET" \
--with-sysroot="$SYSROOT" \
--enable-shared \
--disable-werror \
--disable-nls \
${TRY_USE_LOCAL_TOOLCHAIN:+"--quiet"} || exit 1
fi