[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r910 - linux-kernel-headers/branches/lkh-branch-2.6.12/debian



Author: gotom
Date: 2005-05-27 14:34:35 +0000 (Fri, 27 May 2005)
New Revision: 910

Modified:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/make-autoconfs.sh
Log:
    - debian/make-autoconfs.sh: Add ppc64 and m32r.  (Closes: #283597)
    - debian/make-autoconfs.sh: Generate amd64 instead of x86_64.


Modified: linux-kernel-headers/branches/lkh-branch-2.6.12/debian/make-autoconfs.sh
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/debian/make-autoconfs.sh	2005-05-27 14:34:09 UTC (rev 909)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/make-autoconfs.sh	2005-05-27 14:34:35 UTC (rev 910)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-ARCHES="alpha arm i386 ia64 m68k mips mipsel hppa powerpc s390 sh sparc sparc64 x86_64"
+ARCHES="alpha amd64 arm i386 ia64 m32r m68k mips mipsel hppa powerpc ppc64 s390 sh sparc sparc64"
 
 for arch in $ARCHES
 do
@@ -10,6 +10,8 @@
     karch=parisc
   elif test $arch = powerpc; then
     karch=ppc
+  elif test $arch = amd64; then
+    karch=x86_64
   else
     karch=$arch
   fi



Reply to: