Ice: fix gcc-8.2.0 build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
b04b692c17
commit
47cdb43b97
|
@ -16,6 +16,9 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/739/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 8 ]; then
|
||||
CXXFLAGS+=" -Wno-catch-value"
|
||||
fi
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Cross build requires the host's slice2cpp and slice2freeze
|
||||
|
|
Loading…
Reference in New Issue