# Motorola MCP 750 environment variables
# You nedd to set the variable below before running configure.

unsetenv CC
unsetenv CFLAGS
unsetenv CXX
unsetenv CXXFLAGS
unsetenv CPP

setenv CC "ccppc"

setenv CFLAGS "-B${WIND_BASE}/host/sun4-sunos4/lib/gcc-lib/
   -mstrict-align -nostdinc -O2 -fvolatile -fno-builtin -Wall
   -I${WIND_BASE}/target/h -I${WIND_BASE}/target/config/mcp750
   -I${WIND_BASE}/target/config/all -DCPU=PPC604 -DMCP_750 -c"

setenv CXX "c++ppc"

setenv CXXFLAGS "-B${WIND_BASE}/host/sun4-sunos4/lib/gcc-lib/
   -mstrict-align -nostdinc -O2 -fvolatile -fno-builtin -Wall
   -I${WIND_BASE}/target/h -I${WIND_BASE}/target/config/mcp750
   -I${WIND_BASE}/target/config/all -DCPU=PPC604 -DMCP_750 -c"

setenv CPP "cppppc -nostdinc -I${WIND_BASE}/target/h
   -I${WIND_BASE}/target/config/mcp750 -I${WIND_BASE}/target/config/all
   -DCPU=PPC604 -DMCP_750"

