# Motorola MTX boards example setup for configure

unsetenv CC
unsetenv CFLAGS
unsetenv CXX
unsetenv CXXFLAGS
unsetenv CPP


setenv CC "ccppc"


setenv CFLAGS "-B/ufs/wind/end2/host/sun4-sunos4/lib/gcc-lib/ -mstrict-align -nostdinc -O2 -fvolatil
e -fno-builtin -Wall -I/ufs/wind/end/target/h -I/ufs/wind/end/target/config/mtx603 -I/ufs/wind/end/t
arget/config/all -DCPU=PPC603 -DMTX_603 -c"

setenv CXX "c++ppc"
setenv CXXFLAGS "-B/ufs/wind/end2/host/sun4-sunos4/lib/gcc-lib/ -mstrict-align -nostdinc -O2 -fvolat
ile -fno-builtin -Wall -I/ufs/wind/end/target/h -I/ufs/wind/end/target/config/mtx603 -I/ufs/wind/end
/target/config/all -DCPU=PPC603 -DMTX_603 -c"

setenv CPP "cppppc -nostdinc -I/ufs/wind/end/target/h -I/ufs/wind/end/target/config/mtx603 -I/ufs/wi
nd/end/target/config/all -DCPU=PPC603 -DMTX_603"


#./configure --target=ppc-vxworks
#make

