[parisc-linux-cvs] strace -f fixes
Richard Hirst
rhirst@linuxcare.com
Mon, 19 Feb 2001 21:42:22 +0000
On Mon, Feb 19, 2001 at 01:35:11PM -0800, Grant Grundler wrote:
> Richard Hirst wrote:
> > > #ifdef HPPA
>
> Isn't __hppa__ the proper predefine to use?
>
> I noticed the other arches use all caps w/o underscores.
> Not sure why I thought __hppa_ was the right thing.
Well, I'd always use __hppa__ in the kernel source, but for strace I
am trying to follow the approach used by other ports. HPPA is coming
from config.h, not cpp.
Richard