Adding STAGE2 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-11-04 16:59:01 +01:00
parent 5229fb95cd
commit fcc861d0e0
1 changed files with 11 additions and 0 deletions

11
STAGE2-nspr Normal file
View File

@ -0,0 +1,11 @@
case "$TARGET" in
*armv[567]* ) FLAGS2="--enable-thumb2" ;;
* ) FLAGS2="" ;;
esac
mcd $BUILDDIR/nspr
$SRC/nspr-*/nspr/configure $TCONFIGARGS $FLAGS2
make $J
make $J install