bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs on NetBSD/sgimips [patch]


From: Hubert Feyrer
Subject: emacs on NetBSD/sgimips [patch]
Date: Sun, 7 Oct 2001 00:16:00 +0200 (MEST)

Hi,

the patches below are from the NetBSD Packages Collection, they get emacs
20.7 going on the sgimips (and possibly other big endian MIPS ports) of
NetBSD going. I'd appreciate if you could include this with your next
release. Thanks!


 - Hubert


$NetBSD: patch-ab,v 1.13 2001/10/06 22:04:22 hubertf Exp $

--- configure.orig      Mon Jun 12 22:05:56 2000
+++ configure
@@ -718,9 +721,13 @@
                        machine=hp9000s300 ;;
       powerpc-apple-netbsd*) machine=macppc ;;
       mips-*-netbsd*)  machine=pmax ;;
+      mipsel-*-netbsd*)        machine=pmax ;;
+      mipseb-*-netbsd*)        machine=mips ;;
       ns32k-*-netbsd*) machine=ns32000 ;;
-      sparc-*-netbsd*) machine=sparc ;;
+      powerpc-*-netbsd*) machine=macppc ;;
+      sparc*-*-netbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;
+      arm*-*-netbsd*)  machine=arm ;;
     esac
   ;;
 
--- config.sub.orig     Sat Oct  6 22:14:24 2001
+++ config.sub  Sat Oct  6 22:15:18 2001
@@ -168,7 +168,7 @@
                | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
                | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] \
                | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
-               | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el 
\
+               | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipseb | mipsel | 
mips64el \
                | mips64orion | mips64orionel | mipstx39 | mipstx39el \
                | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el 
\
                | mips64vr5000 | miprs64vr5000el \
@@ -201,7 +201,7 @@
              | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
              | clipper-* | orion-* \
              | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
-             | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | 
mipsel-* \
+             | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | 
mipseb-* | mipsel-* \
              | mips64el-* | mips64orion-* | mips64orionel-* \
              | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | 
mips64vr4300el-* \
              | mipstx39-* | mipstx39el-* \
$NetBSD: patch-bg,v 1.4 2001/10/06 22:04:22 hubertf Exp $

--- configure.in.orig   Mon Jun  5 17:42:49 2000
+++ configure.in
@@ -158,9 +160,13 @@
                        machine=hp9000s300 ;;
       powerpc-apple-netbsd*) machine=macppc ;;
       mips-*-netbsd*)  machine=pmax ;;
+      mipsel-*-netbsd*)        machine=pmax ;;
+      mipsev-*-netbsd*)        machine=mips ;;
       ns32k-*-netbsd*) machine=ns32000 ;;
-      sparc-*-netbsd*) machine=sparc ;;
+      powerpc-*-netbsd*) machine=macppc ;;
+      sparc*-*-netbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;
+      arm*-*-netbsd*)  machine=arm ;;
     esac
   ;;
 

-- 
NetBSD - because Unix isn't just #include <linux.h>, i386, ILP32, ELF, ...!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]