f1a2d37aabfdb0152ca1d155e0bff801c33ab152
[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