Commit 187e0f24 authored by Marc G. Fournier's avatar Marc G. Fournier

From: Phil Nelson <phil@cs.wwu.edu>

Subject: [PATCHES] Support for NetBSD/sparc

The following is a patch to allow BSD44_derived to support NetBSD/sparc.
parent b3db8ee0
# define USE_POSIX_TIME # define USE_POSIX_TIME
# if defined(i386)
# define NEED_I386_TAS_ASM # define NEED_I386_TAS_ASM
# endif
# if defined(sparc)
# define NEED_SPARC_TAS_ASM
# endif
# define HAS_TEST_AND_SET # define HAS_TEST_AND_SET
# if defined(__mips__) # if defined(__mips__)
/* # undef HAS_TEST_AND_SET */ /* # undef HAS_TEST_AND_SET */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment