diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-07-03 13:19:03 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-07-03 13:19:03 +0000 |
commit | 6978862dc888bc9118ea654003d3e21493ce35c4 (patch) | |
tree | 95408677a530b6a0fcaeb19fe66bb33260e9fb6c /configure.in | |
parent | 9fe40f0e26340190a179651f1498a462d11f9e5b (diff) | |
download | emacs-6978862dc888bc9118ea654003d3e21493ce35c4.tar.gz |
* m/mips.h: Mention this file is also used for netbsd.
* m/pmax.h: Remove file.
* configure.in (--enable-profiling): New option.
(mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 3bcd60b3860..414d9b236bb 100644 --- a/configure.in +++ b/configure.in @@ -406,9 +406,9 @@ dnl see the `changequote' comment above. case "${canonical}" in alpha*-*-netbsd*) machine=alpha ;; i[3456]86-*-netbsd*) machine=intel386 ;; - mips-*-netbsd*) machine=pmax ;; - mipsel-*-netbsd*) machine=pmax ;; - mipseb-*-netbsd*) machine=pmax ;; + mips-*-netbsd*) machine=mips ;; + mipsel-*-netbsd*) machine=mips ;; + mipseb-*-netbsd*) machine=mips ;; powerpc-*-netbsd*) machine=macppc ;; sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; |