#ident  "@(#)env_m68k	35.1    88/08/26     "
#ident "Copyright (c) 1984 AT&T"
#ident "Copyright (c) 1985 MOTOROLA, INC."
#
#
#       Template for the m68k cross environment setup script
#	The purpose of this shell script is to put the user's cross bin
#	first in the user's path and to define environment variables used
#	when building the cross-libraries.
#
PATH=/usr/bin:$PATH
ROOT=
SHELL=/bin/sh
PS1="m68kcrossenv: "
export PATH ROOT SHELL PS1
VARIANT=
CFLAGS=
PCFLAGS=
PFX=
CC=/usr/bin/00cc
AR=
STRIP=
LORDER=
LIB=
LIBP=
PROF=
DONE=
DEFLIST=
INC=/usr/include/00
INCSYS=/usr/include/00/sys
CH='#'
export VARIANT CFLAGS PCFLAGS PFX CC AR STRIP LORDER LIB LIBP PROF DONE DEFLIST INC INCSYS CH
if [ $# = 0 ]
then
	exec /bin/sh
else
	exec "$@"
fi
