Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fdf83dbb
Commit
fdf83dbb
authored
Jul 12, 2003
by
Richard M. Stallman
Browse files
[netbsd systems]: Define HAVE_CRTIN properly.
parent
30aab741
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
configure.in
configure.in
+4
-0
No files found.
configure.in
View file @
fdf83dbb
...
...
@@ -222,6 +222,10 @@ case "${canonical}" in
## NetBSD ports
*-*-netbsd* )
opsys=netbsd
if test -f /usr/lib/crti.o; then
AC_DEFINE(HAVE_CRTIN)
fi
case "${canonical}" in
alpha*-*-netbsd*) machine=alpha ;;
i[3456]86-*-netbsd*) machine=intel386 ;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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