summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index d6c82e1e..ab08a3b0 100755
--- a/configure
+++ b/configure
@@ -83,7 +83,8 @@ if [ "$sysname" = "" ]; then
NetBSD)
hw=`uname -m`
case $hw in
- arm32) sysname=netbsd-arm32;;
+ arm32) sysname=netbsd-nocast;;
+ alpha) sysname=netbsd-nocast;;
*) sysname=netbsd;;
esac;;
OpenBSD)