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, 26 Sep 2008 05:35:12
Message-Id: E1Kj5yw-0006HR-Ag@stork.gentoo.org
1 ulm 08/09/26 05:35:10
2
3 Added: emacs-22.2-sh.patch
4 Log:
5 SuperH support, bug 238210.
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.1 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.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/files/emacs-22.2-sh.patch?rev=1.1&content-type=text/plain
13
14 Index: emacs-22.2-sh.patch
15 ===================================================================
16 --- emacs-22.2-orig/configure.in 2008-09-26 07:20:44.000000000 +0200
17 +++ emacs-22.2/configure.in 2008-09-26 07:20:59.000000000 +0200
18 @@ -1192,6 +1192,11 @@
19 machine=mips opsys=gnu-linux
20 ;;
21
22 + ## SuperH (little endian) Linux-based GNU system
23 + sh[34]-*-linux-gnu* )
24 + machine=sh3el opsys=gnu-linux
25 + ;;
26 +
27 ## UXP/DS
28 sparc-fujitsu-sysv4* )
29 machine=sparc opsys=uxpds