NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/49653: tests/lib/libc/gen/t_siginfo:sigbus_adraln failed on m68k
The following reply was made to PR lib/49653; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost, isaki%pastel-flower.jp@localhost
Cc:
Subject: Re: lib/49653: tests/lib/libc/gen/t_siginfo:sigbus_adraln failed on m68k
Date: Sat, 14 Feb 2015 15:08:14 +0100
On Sat, Feb 14, 2015 at 02:00:01PM +0000, Martin Husemann wrote:
> But the sun2 compiler (at least the slightly dated version I happen
> to have around) still defines __m68k__ as 1.
But I see your point: if it is statically restricted to a sun2 vs. other
m68k ports, doing it with a simple #ifdef should be ok. Something like
#if defined(__m68k__) && !defined(__mc68000__) && !defined(__mc68010__)
atf_tc_skip(...)
#endif
should work.
Martin
Home |
Main Index |
Thread Index |
Old Index