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
parent e771320179
commit 5ab9a9cb03

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