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
a078d6e5
Commit
a078d6e5
authored
Jan 22, 2009
by
Dan Nicolaescu
Browse files
Add support for m68k-*-netbsd.
parent
8c7309fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
ChangeLog
ChangeLog
+4
-0
configure
configure
+1
-0
configure.in
configure.in
+1
-0
No files found.
ChangeLog
View file @
a078d6e5
2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in: Add support for m68k-*-netbsd.
2009-01-14 Juri Linkov <juri@jurta.org>
* .dir-locals.el (change-log-mode): Remove bug-reference-mode.
...
...
configure
View file @
a078d6e5
...
...
@@ -2459,6 +2459,7 @@ _ACEOF
arm-*-netbsd*) machine=arm ;;
x86_64-*-netbsd*) machine=amdx86-64 ;;
hppa-*-netbsd*) machine=hp800 ;;
m68k-*-netbsd*) machine=m68k ;;
esac
;;
...
...
configure.in
View file @
a078d6e5
...
...
@@ -342,6 +342,7 @@ dnl see the `changequote' comment above.
arm-*-netbsd*) machine=arm ;;
x86_64-*-netbsd*) machine=amdx86-64 ;;
hppa-*-netbsd*) machine=hp800 ;;
m68k-*-netbsd*) machine=m68k ;;
esac
;;
...
...
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