MACHINE=overo # export an alternative OETMP before sourcing this file if you # don't want the default if [[ -z "${OETMP}" ]]; then OETMP=${OVEROTOP}/tmp fi SYSROOTSDIR=${OETMP}/sysroots STAGEDIR=${SYSROOTSDIR}/`uname -m`-linux/usr export KERNELDIR=${SYSROOTSDIR}/${MACHINE}-angstrom-linux-gnueabi/kernel unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE export ARCH="arm" export CROSS_COMPILE="arm-linux-gnueabi-" export CC="arm-linux-gnueabi-gcc" export LD="arm-linux-gnueabi-ld" export STRIP="arm-linux-gnueabi-strip"