diff options
Diffstat (limited to 'mit-pthreads/config/configure')
-rwxr-xr-x | mit-pthreads/config/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mit-pthreads/config/configure b/mit-pthreads/config/configure index ab781193cae..589caec367d 100755 --- a/mit-pthreads/config/configure +++ b/mit-pthreads/config/configure @@ -1252,7 +1252,7 @@ except="" name=$host_cpu-$host_os case $host in - alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*) + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*) name=alpha-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek pipe fstat" @@ -1276,7 +1276,7 @@ case $host in CFLAGS="$CFLAGS -std" fi ;; - arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*) + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*) name=arm32-netbsd-1.3 sysincludes=netbsd-1.1 except="fork pipe lseek ftruncate fstat" @@ -1336,7 +1336,7 @@ EOF EOF ;; - sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*) + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*) name=sparc-netbsd-1.3 sysincludes=netbsd-1.1 except="pipe fork lseek ftruncate fstat" @@ -1375,7 +1375,7 @@ EOF syscall=i386-bsdi-2.0 except="fork lseek ftruncate sigsuspend" ;; - i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*) + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*) name=i386-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek ftruncate pipe fstat" |