Re: Adding x32 support to kernel package

2012-06-13 Thread Daniel Schepler
On Wed, Jun 13, 2012 at 9:25 AM, Ben Hutchings wrote: > On Wed, Jun 13, 2012 at 09:08:54AM -0700, Daniel Schepler wrote: >> I was thinking that x32 would just duplicate the linux-image-*-amd64 >> packages, >> similar to the way i386 currently generates amd64 kernel packages. > [...] > > No, that'

Re: Adding x32 support to kernel package

2012-06-13 Thread Daniel Schepler
OK, I eventually figured out that I also need to add x32 to the architecture list in debian/config/defines. Then I also changed the x32 compiler to gcc-4.7 by following the example of alpha using gcc-4.5. But then checking debian/control, it turned out that the -amd64 header packages were depe

Re: Adding x32 support to kernel package

2012-06-13 Thread Ben Hutchings
On Wed, Jun 13, 2012 at 09:08:54AM -0700, Daniel Schepler wrote: > OK, I eventually figured out that I also need to add x32 to the architecture > list in debian/config/defines. Then I also changed the x32 compiler to > gcc-4.7 > by following the example of alpha using gcc-4.5. But then checkin

Re: Adding x32 support to kernel package

2012-06-13 Thread Ben Hutchings
On Tue, 2012-06-12 at 20:02 -0700, Daniel Schepler wrote: > Hi, over the past week or two I've been working on bootstrapping Debian > packages for x32. As of now, linux-libc-dev is the last remaining package > before I have enough built (at least with by-hand builds) to be able to do a > deboot

Adding x32 support to kernel package

2012-06-12 Thread Daniel Schepler
Hi, over the past week or two I've been working on bootstrapping Debian packages for x32. As of now, linux-libc-dev is the last remaining package before I have enough built (at least with by-hand builds) to be able to do a debootstrap. So, I've been trying to add x32 support to the linux-2.6 v