2 # Generic crosstools package generator.
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
19 delete
$BUILD_BASE/AROS-CROSSTOOLS