# Config variables
# 
# Please configure buildcross, set up PKGLIST and ARCHLIST for your needs.
# 
PKGLIST=${PKGLIST:="libs binutils 4.3 4.2 4.1 3.4 3.3"}
ARCHLIST=${ARCHLIST:="arm armel mips mipsel powerpc sparc s390 m68k hppa alpha ia64 i386 amd64"}
SUITE=unstable
HOST=$(dpkg-architecture -qDEB_HOST_ARCH)
LOGHTMLPATH=./
LOGHTML=log.html
LOGPATH=./logs/
MIRROR=${MIRROR:="http://ftp.uk.debian.org/debian"}
ROOTCMD=sudo
FORCE_REBUILD=no
export DEBIAN_FRONTEND=noninteractive
export DEBIAN_PRIORITY=critical
export DEBCONF_NONINTERACTIVE_SEEN=true
