2009/8/27 Paul Fenwick <p...@perltraining.com.au>:
> So ideally I'd only want to check for EAGAIN on hppa architectures.  That
> should be easy enough for me to detect at compile-time, however I don't have
> a PA-RISC box handy to see how they identify themselves.
>
> If you do have one, could you give the output of:
>
>        perl -MConfig -le'print $Config{archanme}'

actually that's "archname" (and can be written more tersely as "perl
-V:archname")
Also, archname will contain other information (e.g. whether the perl
has support for threads or not) so you need to test against the first
component, which on Linux corresponds to the output of "uname -m".



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to