#!/bin/bash
#	$Id: bin-release,v 1.9 2003/01/03 21:19:04 mrustad Exp $
# Script to create binary release of tools.
#
#	Mark Rustad, BRECIS Communications, 1/30/2002

export GZIP=-9
date=`date +%y%m%d`
host=`./get-host-type`

tar czPf newlibtools-${host}-${date}.tar.gz \
	--exclude=CVS --exclude=.cvsignore --exclude=.DS_Store \
	--exclude=._\* --exclude=.\#\* \
	/opt/BRECIS/${host}-x-mipsisa32-brecis-elf
