Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / bin / bw_cpp
#! /bin/sh
exe=$CC_BIN/cpp
if [ -x $exe ]; then
exec $exe -E `/bin/echo $@ | /bin/sed 's/-B/ /g' `
else
die "executable $exe not found!"
fi