boost: also disable long double stuff on ppcle

This commit is contained in:
q66 2022-09-10 13:46:55 +00:00
parent 78a0c66863
commit 31d89e1c39

View file

@ -51,7 +51,7 @@ subpackages="libboost_program_options1.80 libboost_math_c99f1.80
# this does not affect musl (where long double is 64-bit)
#
case "$XBPS_TARGET_MACHINE" in
ppc64le|ppc64|ppc) ;;
ppc64le|ppc64|ppc|ppcle) ;;
*) subpackages+=" libboost_math_c99l1.80 libboost_math_tr1l1.80";;
esac