Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
5de45b3d
Commit
5de45b3d
authored
Oct 29, 2011
by
Raymond Toy
Browse files
Auto-detect NetBSD.
parent
ad210786
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/create-target.sh
View file @
5de45b3d
...
...
@@ -40,6 +40,7 @@ uname_m=`uname -m 2>/dev/null`
i386
)
lisp_variant
=
x86_darwin
;;
esac
;;
NetBSD
)
lisp_variant
=
x86_netbsd
;;
*
)
quit
"Unsupported OS:
$uname_s
"
;;
esac
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment