mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
cross-powerpc64le-linux-musl: enable libquadmath to fix build
This commit is contained in:
parent
afd0df789d
commit
01ce4879b4
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ checksum="ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
|
|||
nocross=yes
|
||||
|
||||
cross_binutils_configure_args="--enable-secureplt"
|
||||
# explicitly enable for final gcc, gfortran does not build without on ppc64le
|
||||
cross_gcc_configure_args="--enable-libquadmath"
|
||||
cross_musl_cflags="-O2"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "ppc64le-musl" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue