diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-09-26 05:35:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-09-26 05:35:09 +0000 |
commit | 5d4e83ee018f6329f25b4ab5c39bb2f942590e28 (patch) | |
tree | 2af63b32602286e8182393d0132f559d98be2c8a /app-editors/emacs/files | |
parent | version bump for cairo (diff) | |
download | gentoo-2-5d4e83ee018f6329f25b4ab5c39bb2f942590e28.tar.gz gentoo-2-5d4e83ee018f6329f25b4ab5c39bb2f942590e28.tar.bz2 gentoo-2-5d4e83ee018f6329f25b4ab5c39bb2f942590e28.zip |
SuperH support, bug 238210.
(Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-editors/emacs/files')
-rw-r--r-- | app-editors/emacs/files/emacs-22.2-sh.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/emacs/files/emacs-22.2-sh.patch b/app-editors/emacs/files/emacs-22.2-sh.patch new file mode 100644 index 000000000000..a22bd5ff4d57 --- /dev/null +++ b/app-editors/emacs/files/emacs-22.2-sh.patch @@ -0,0 +1,14 @@ +--- 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 @@ + machine=mips opsys=gnu-linux + ;; + ++ ## SuperH (little endian) Linux-based GNU system ++ sh[34]-*-linux-gnu* ) ++ machine=sh3el opsys=gnu-linux ++ ;; ++ + ## UXP/DS + sparc-fujitsu-sysv4* ) + machine=sparc opsys=uxpds |