mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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" \
|
--target="$TARGET" \
|
||||||
--with-sysroot="$SYSROOT" \
|
--with-sysroot="$SYSROOT" \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--disable-werror \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
${TRY_USE_LOCAL_TOOLCHAIN:+"--quiet"} || exit 1
|
${TRY_USE_LOCAL_TOOLCHAIN:+"--quiet"} || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue