disabled ARM SIMD code in libpixman, because it does not compile

This commit is contained in:
Sergii Pylypenko
2019-02-25 17:51:07 +02:00
parent 1dc5b1fe3d
commit 4fffca33f3

View File

@@ -132,7 +132,8 @@ LDFLAGS="-L$BUILDDIR -lportable" \
$BUILDDIR/setCrossEnvironment.sh \
./configure \
--host=$TARGET_HOST \
--disable-arm-iwmmxt \
--disable-arm-simd \
--disable-arm-neon \
--enable-static \
--prefix=$BUILDDIR/usr \
|| exit 1