##############################################################################
# File...: /armedslack/source/armslack-utils/arm-cross-envs.sh
# Purpose: Set environment variables to assist with cross compiling
#          & building packages for ARMedSlack (Slackware Linux on ARM)
#          It loads the three scripts in the required order.
#          In most cases you may find this breaks compilation, so you may
#          only want to load one of them.  Use this at your own risk !
#
# Author : Stuart Winter <stuart@polplex.co.uk>
# Date...: 26-Apr-2003
##############################################################################

PAFF=/armedslack/source/armslack-utils/

# Order is important.
source ${PAFF}/arm-baseenvs.sh
source ${PAFF}/arm-c-make-envs
source ${PAFF}/arm-autoconf-envs.sh

#EOF

