Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / scripts / nightly / pkg / crosstools
blobd91218623136061657576e7286e59b5b539b2997
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
12 copy $SOURCE_AROS $BUILD_BASE/AROS
14 cd $BUILD_BASE/AROS
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
20 resetl