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
920b116e
Commit
920b116e
authored
Jun 27, 2009
by
Glenn Morris
Browse files
Restore netbsd on mips, mipsel, mipseb.
parent
07cc3c35
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
ChangeLog
ChangeLog
+4
-0
configure
configure
+3
-0
configure.in
configure.in
+3
-0
No files found.
ChangeLog
View file @
920b116e
2009-06-27 Glenn Morris <rgm@gnu.org>
* configure: Restore netbsd on mips, mipsel, mipseb.
2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (--enable-checking): New option.
* configure.in (--enable-checking): New option.
...
...
configure
View file @
920b116e
...
@@ -2519,6 +2519,9 @@ _ACEOF
...
@@ -2519,6 +2519,9 @@ _ACEOF
case "${canonical}" in
case "${canonical}" in
alpha*-*-netbsd*) machine=alpha ;;
alpha*-*-netbsd*) machine=alpha ;;
i[3456]86-*-netbsd*) machine=intel386 ;;
i[3456]86-*-netbsd*) machine=intel386 ;;
mips-*-netbsd*) machine=pmax ;;
mipsel-*-netbsd*) machine=pmax ;;
mipseb-*-netbsd*) machine=pmax ;;
powerpc-*-netbsd*) machine=macppc ;;
powerpc-*-netbsd*) machine=macppc ;;
sparc*-*-netbsd*) machine=sparc ;;
sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
vax-*-netbsd*) machine=vax ;;
...
...
configure.in
View file @
920b116e
...
@@ -393,6 +393,9 @@ dnl see the `changequote' comment above.
...
@@ -393,6 +393,9 @@ dnl see the `changequote' comment above.
case "${canonical}" in
case "${canonical}" in
alpha*-*-netbsd*) machine=alpha ;;
alpha*-*-netbsd*) machine=alpha ;;
i[3456]86-*-netbsd*) machine=intel386 ;;
i[3456]86-*-netbsd*) machine=intel386 ;;
mips-*-netbsd*) machine=pmax ;;
mipsel-*-netbsd*) machine=pmax ;;
mipseb-*-netbsd*) machine=pmax ;;
powerpc-*-netbsd*) machine=macppc ;;
powerpc-*-netbsd*) machine=macppc ;;
sparc*-*-netbsd*) machine=sparc ;;
sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
vax-*-netbsd*) machine=vax ;;
...
...
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