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.
This commit is contained in:
Marc G. Fournier 1997-06-01 15:51:10 +00:00
parent b3db8ee0b2
commit 187e0f2405
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# define USE_POSIX_TIME
# define NEED_I386_TAS_ASM
# if defined(i386)
# define NEED_I386_TAS_ASM
# endif
# if defined(sparc)
# define NEED_SPARC_TAS_ASM
# endif
# define HAS_TEST_AND_SET
# if defined(__mips__)
/* # undef HAS_TEST_AND_SET */