Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 187e0f2

Browse files
committed
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.
1 parent b3db8ee commit 187e0f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/include/port/BSD44_derived.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# define USE_POSIX_TIME
2-
# define NEED_I386_TAS_ASM
2+
# if defined(i386)
3+
# define NEED_I386_TAS_ASM
4+
# endif
5+
# if defined(sparc)
6+
# define NEED_SPARC_TAS_ASM
7+
# endif
38
# define HAS_TEST_AND_SET
49
# if defined(__mips__)
510
/* # undef HAS_TEST_AND_SET */

0 commit comments

Comments
 (0)