summaryrefslogtreecommitdiffstats
path: root/recipe.d/0009-nspr
blob: de4699473697a868767376d27b4a1d2d8f681cf3 (plain)
1
2
3
4
5
6
7
8
9
10
case "$TARGET" in
     *armv[567]* ) FLAGS2="--enable-thumb2" ;;
     * ) FLAGS2="" ;;
esac

mcd $BUILDDIR/nspr
$SRC/nspr-*/mozilla/nsprpub/configure $TCONFIGARGS $FLAGS2
make $J
make $J install