Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ulm 08/10/03 18:15:39
Modified: emacs-22.2-sh.patch
Log:
Also support big-endian SuperH, bug 238210.
(Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 i686)
Revision Changes Path
1.2 app-editors/emacs/files/emacs-22.2-sh.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch?r1=1.1&r2=1.2
Index: emacs-22.2-sh.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-22.2-sh.patch 26 Sep 2008 05:35:09 -0000 1.1
+++ emacs-22.2-sh.patch 3 Oct 2008 18:15:39 -0000 1.2
@@ -1,6 +1,6 @@
--- emacs-22.2-orig/configure.in 2008-09-26 07:20:44.000000000 +0200
-+++ emacs-22.2/configure.in 2008-09-26 07:20:59.000000000 +0200
-@@ -1192,6 +1192,11 @@
++++ emacs-22.2/configure.in 2008-09-30 12:57:06.000000000 +0200
+@@ -1192,6 +1192,16 @@
machine=mips opsys=gnu-linux
;;
@@ -9,6 +9,18 @@
+ machine=sh3el opsys=gnu-linux
+ ;;
+
++ ## SuperH (big endian) Linux-based GNU system
++ sh[34]eb-*-linux-gnu* )
++ machine=sh3eb opsys=gnu-linux
++ ;;
++
## UXP/DS
sparc-fujitsu-sysv4* )
machine=sparc opsys=uxpds
+--- emacs-22.2-orig/src/m/sh3eb.h 1970-01-01 01:00:00.000000000 +0100
++++ emacs-22.2/src/m/sh3eb.h 2008-09-30 12:59:44.000000000 +0200
+@@ -0,0 +1,4 @@
++/* machine description file for big-endian SuperH. */
++
++#include "sh3el.h"
++#define WORDS_BIG_ENDIAN
|
|