boost: also disable long double stuff on ppcle
This commit is contained in:
@@ -51,7 +51,7 @@ subpackages="libboost_program_options1.80 libboost_math_c99f1.80
|
|||||||
# this does not affect musl (where long double is 64-bit)
|
# this does not affect musl (where long double is 64-bit)
|
||||||
#
|
#
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64le|ppc64|ppc) ;;
|
ppc64le|ppc64|ppc|ppcle) ;;
|
||||||
*) subpackages+=" libboost_math_c99l1.80 libboost_math_tr1l1.80";;
|
*) subpackages+=" libboost_math_c99l1.80 libboost_math_tr1l1.80";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user