diff options
Diffstat (limited to 'mit-pthreads/config/configure.in')
-rwxr-xr-x | mit-pthreads/config/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-pthreads/config/configure.in b/mit-pthreads/config/configure.in index d7226a5bb84..45cf0c74809 100755 --- a/mit-pthreads/config/configure.in +++ b/mit-pthreads/config/configure.in @@ -175,6 +175,12 @@ changequote([,])dnl # hpux-9.03.mk seems to be missing; what should this be? except="fork" ;; + powerpc-*-netbsd1.*) + name=powerpc-netbsd + sysincludes=netbsd-1.1 + except="fork lseek ftruncate pipe fstat" + available_syscalls="sigprocmask sigaction sigsuspend" + ;; sparc-*-sunos4.1.3* | sparc-*-sunos4.1.4*) name=sparc-sunos-4.1.3 sysincludes=sunos-4.1.3 |