[Pkg-loop-aes-commits] r1318 - in /trunk/loop-aes-utils: config.sub debian/changelog

xam at users.alioth.debian.org xam at users.alioth.debian.org
Fri Nov 10 22:39:16 CET 2006


Author: xam
Date: Fri Nov 10 22:39:15 2006
New Revision: 1318

URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1318
Log:
* Update config.sub to 2006-09-20

Modified:
    trunk/loop-aes-utils/config.sub
    trunk/loop-aes-utils/debian/changelog

Modified: trunk/loop-aes-utils/config.sub
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes-utils/config.sub?rev=1318&op=diff
==============================================================================
--- trunk/loop-aes-utils/config.sub (original)
+++ trunk/loop-aes-utils/config.sub Fri Nov 10 22:39:15 2006
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-07-02'
+timestamp='2006-09-20'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,6 +276,7 @@
 	| pdp10 | pdp11 | pj | pjl \
 	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
 	| pyramid \
+	| score \
 	| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 	| sh64 | sh64le \
 	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
@@ -284,7 +285,7 @@
 	| tahoe | thumb | tic4x | tic80 | tron \
 	| v850 | v850e \
 	| we32k \
-	| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
+	| x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
 	| z8k)
 		basic_machine=$basic_machine-unknown
 		;;
@@ -367,7 +368,7 @@
 	| tron-* \
 	| v850-* | v850e-* | vax-* \
 	| we32k-* \
-	| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+	| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
 	| xstormy16-* | xtensa-* \
 	| ymp-* \
 	| z8k-*)
@@ -908,6 +909,10 @@
 		;;
 	sb1el)
 		basic_machine=mipsisa64sb1el-unknown
+		;;
+	sde)
+		basic_machine=mipsisa32-sde
+		os=-elf
 		;;
 	sei)
 		basic_machine=mips-sei
@@ -1366,6 +1371,9 @@
 # system, and we'll never get to this point.
 
 case $basic_machine in
+        score-*)
+		os=-elf
+		;;
         spu-*)
 		os=-elf
 		;;

Modified: trunk/loop-aes-utils/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes-utils/debian/changelog?rev=1318&op=diff
==============================================================================
--- trunk/loop-aes-utils/debian/changelog (original)
+++ trunk/loop-aes-utils/debian/changelog Fri Nov 10 22:39:15 2006
@@ -3,8 +3,9 @@
   * Set Maintainer to Debian Loop-AES Team
   * Enable initramfs-tools integration for encrypted root, thanks to
     Lionel Elie Mamane <lionel at debian.org> (Closes: #378488)
-
- -- Max Vozeler <xam at debian.org>  Sun, 22 Oct 2006 12:44:26 +0200
+  * Update config.sub to 2006-09-20
+
+ -- Max Vozeler <xam at debian.org>  Sun, 22 Oct 2006 19:01:50 +0200
 
 loop-aes-utils (2.12r-14) unstable; urgency=low
 




More information about the Pkg-loop-aes-commits mailing list