diff options
| author | Eli Zaretskii | 2006-12-22 23:09:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 23:09:14 +0000 |
| commit | 01cd065bd15af323a8701e2750dfba06f1f564da (patch) | |
| tree | 24c2b1c7845b1545d176affe39ec806648acd77b | |
| parent | d0d76936e7a719d6d2e594824ef253d157e3e396 (diff) | |
| download | emacs-01cd065bd15af323a8701e2750dfba06f1f564da.tar.gz emacs-01cd065bd15af323a8701e2750dfba06f1f564da.zip | |
Add support for NetBSD on x86-64, hp800 and sh3el.
Remove redundant entry for powerpc-apple-netbsd.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8fc6af8e07b..e6072d2dbad 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -260,7 +260,6 @@ dnl see the `changequote' comment above. | |||
| 260 | m68k-*-netbsd*) | 260 | m68k-*-netbsd*) |
| 261 | # This is somewhat bogus. | 261 | # This is somewhat bogus. |
| 262 | machine=hp9000s300 ;; | 262 | machine=hp9000s300 ;; |
| 263 | powerpc-apple-netbsd*) machine=macppc ;; | ||
| 264 | mips-*-netbsd*) machine=pmax ;; | 263 | mips-*-netbsd*) machine=pmax ;; |
| 265 | mipsel-*-netbsd*) machine=pmax ;; | 264 | mipsel-*-netbsd*) machine=pmax ;; |
| 266 | mipseb-*-netbsd*) machine=pmax ;; | 265 | mipseb-*-netbsd*) machine=pmax ;; |
| @@ -269,6 +268,9 @@ dnl see the `changequote' comment above. | |||
| 269 | sparc*-*-netbsd*) machine=sparc ;; | 268 | sparc*-*-netbsd*) machine=sparc ;; |
| 270 | vax-*-netbsd*) machine=vax ;; | 269 | vax-*-netbsd*) machine=vax ;; |
| 271 | arm-*-netbsd*) machine=arm ;; | 270 | arm-*-netbsd*) machine=arm ;; |
| 271 | x86_64-*-netbsd*) machine=amdx86-64 ;; | ||
| 272 | hppa-*-netbsd*) machine=hp800 ;; | ||
| 273 | shle-*-netbsd*) machine=sh3el ;; | ||
| 272 | esac | 274 | esac |
| 273 | ;; | 275 | ;; |
| 274 | 276 | ||