pcre: Add mipshf-musl arch support

This commit is contained in:
hipperson0 2017-11-14 21:53:13 +00:00 committed by Jürgen Buchmüller
parent c7fc9d1e4a
commit 0786c96811

View file

@ -28,7 +28,7 @@ if [ "$CROSS_BUILD" ]; then
mips-musl|mipsel-musl) mips-musl|mipsel-musl)
CFLAGS="-DSLJIT_IS_FPU_AVAILABLE=0" CFLAGS="-DSLJIT_IS_FPU_AVAILABLE=0"
;; ;;
mipselhf-musl) mipshf-musl|mipselhf-musl)
CFLAGS="-DSLJIT_IS_FPU_AVAILABLE=1" CFLAGS="-DSLJIT_IS_FPU_AVAILABLE=1"
;; ;;
esac esac