mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Toolchain: Fix aarch64 toolchain GDB build
We just need to pass -disable-werror, otherwise Clang will complain a lot.
This commit is contained in:
parent
e771320179
commit
5ab9a9cb03
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue