Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs/files: emacs-22.2-sh.patch
Date: Fri, 03 Oct 2008 18:15:43
Message-Id: E1KlpBj-0008Qr-Pj@stork.gentoo.org
1 ulm 08/10/03 18:15:39
2
3 Modified: emacs-22.2-sh.patch
4 Log:
5 Also support big-endian SuperH, bug 238210.
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.2 app-editors/emacs/files/emacs-22.2-sh.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch?rev=1.2&view=markup
12 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
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch?r1=1.1&r2=1.2
14
15 Index: emacs-22.2-sh.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- emacs-22.2-sh.patch 26 Sep 2008 05:35:09 -0000 1.1
22 +++ emacs-22.2-sh.patch 3 Oct 2008 18:15:39 -0000 1.2
23 @@ -1,6 +1,6 @@
24 --- emacs-22.2-orig/configure.in 2008-09-26 07:20:44.000000000 +0200
25 -+++ emacs-22.2/configure.in 2008-09-26 07:20:59.000000000 +0200
26 -@@ -1192,6 +1192,11 @@
27 ++++ emacs-22.2/configure.in 2008-09-30 12:57:06.000000000 +0200
28 +@@ -1192,6 +1192,16 @@
29 machine=mips opsys=gnu-linux
30 ;;
31
32 @@ -9,6 +9,18 @@
33 + machine=sh3el opsys=gnu-linux
34 + ;;
35 +
36 ++ ## SuperH (big endian) Linux-based GNU system
37 ++ sh[34]eb-*-linux-gnu* )
38 ++ machine=sh3eb opsys=gnu-linux
39 ++ ;;
40 ++
41 ## UXP/DS
42 sparc-fujitsu-sysv4* )
43 machine=sparc opsys=uxpds
44 +--- emacs-22.2-orig/src/m/sh3eb.h 1970-01-01 01:00:00.000000000 +0100
45 ++++ emacs-22.2/src/m/sh3eb.h 2008-09-30 12:59:44.000000000 +0200
46 +@@ -0,0 +1,4 @@
47 ++/* machine description file for big-endian SuperH. */
48 ++
49 ++#include "sh3el.h"
50 ++#define WORDS_BIG_ENDIAN