grub2: bring back build of aros-side grub2 tools
[AROS.git] / scripts / nightly / pkg / crosstools
blobf2b591b759a2efe719ef777165c0089de80250f3
1 #!/bin/zsh
2 # Generic crosstools package generator.
4 source $SP/setup
6 # The log-name MUST match the name of the package script
7 setl crosstools-$BUILDTARGET.log
9 printi "Creating AROS/$BUILDTARGET crosstools packages..."
11 delete $BUILD_BASE/AROS-CROSSTOOLS
12 copy $SOURCE_AROS $BUILD_BASE/AROS-CROSSTOOLS
14 cd $BUILD_BASE/AROS-CROSSTOOLS
15 execute ./configure --target=$BUILDTARGET --enable-ccache --enable-build-type=nightly $PORTSSOURCESOPT $AROSTOOLCHAININSTALLOPT
16 make -j $MAKE_JOBS crosstools
18 cd $ROOT
19 delete $BUILD_BASE/AROS-CROSSTOOLS
20 resetl