[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/configure,v |
Date: |
Sat, 18 Oct 2008 08:11:35 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/10/18 08:11:35
Index: configure
===================================================================
RCS file: /cvsroot/emacs/emacs/configure,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -b -r1.297 -r1.298
--- configure 12 Oct 2008 12:47:23 -0000 1.297
+++ configure 18 Oct 2008 08:11:30 -0000 1.298
@@ -2650,6 +2650,11 @@
machine=xtensa opsys=gnu-linux
;;
+ ## SuperH Linux-based GNU system
+ sh[34]*-*-linux-gnu* )
+ machine=sh3 opsys=gnu-linux
+ ;;
+
* )
unported=yes
;;
- [Emacs-diffs] Changes to emacs/configure,v, Adrian Robert, 2008/10/03
- [Emacs-diffs] Changes to emacs/configure,v, Romain Francoise, 2008/10/04
- [Emacs-diffs] Changes to emacs/configure,v, Andreas Schwab, 2008/10/12
- [Emacs-diffs] Changes to emacs/configure,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/configure,v, Dan Nicolaescu, 2008/10/23
- [Emacs-diffs] Changes to emacs/configure,v, Dan Nicolaescu, 2008/10/23
- [Emacs-diffs] Changes to emacs/configure,v, Glenn Morris, 2008/10/24
- [Emacs-diffs] Changes to emacs/configure,v, Dan Nicolaescu, 2008/10/29