Re: linux-2.6 - patches

2005-08-15 Thread Bastian Blank
On Wed, Aug 10, 2005 at 08:45:33PM +0200, Bastian Blank wrote: > - Always build asm-offsets.s in the prepare target. > Effected arches: > - arm > - sparc64 I removed the workaround from trunk but the generated files are now put in the flavour specific package, so this is solved. Bastian --

Re: linux-2.6 - patches

2005-08-12 Thread Bastian Blank
On Fri, Aug 12, 2005 at 10:47:07AM -0400, Jurij Smakov wrote: > On Fri, 12 Aug 2005, Bastian Blank wrote: > >On Fri, Aug 12, 2005 at 02:31:33AM -0400, Jurij Smakov wrote: > >bin/amd64-linux-* > Right, but these files are no longer there for 2.6.12. So they are not > required anymore, it seems? As

Re: linux-2.6 - patches

2005-08-12 Thread Jurij Smakov
On Fri, 12 Aug 2005, Bastian Blank wrote: On Fri, Aug 12, 2005 at 02:31:33AM -0400, Jurij Smakov wrote: bin/amd64-linux-* Right, but these files are no longer there for 2.6.12. So they are not required anymore, it seems? As far as I can tell, in 2.6.12 amd64 images build happily with default

Re: linux-2.6 - patches

2005-08-12 Thread Bastian Blank
On Fri, Aug 12, 2005 at 02:31:33AM -0400, Jurij Smakov wrote: > On Thu, 11 Aug 2005, Bastian Blank wrote: > >On Thu, Aug 11, 2005 at 10:48:32AM -0400, Jurij Smakov wrote: > >>>- Always specify correct -m32/-m64. > >>Is there any practical reason to do that? > >Look at the amd64 packages. > Can't se

Re: linux-2.6 - patches

2005-08-11 Thread Jurij Smakov
On Thu, 11 Aug 2005, Bastian Blank wrote: On Thu, Aug 11, 2005 at 10:48:32AM -0400, Jurij Smakov wrote: - Always specify correct -m32/-m64. Is there any practical reason to do that? Look at the amd64 packages. Can't see anything special. They are just using the gcc-4.0, as far as i can t

Re: linux-2.6 - patches

2005-08-11 Thread Bastian Blank
On Thu, Aug 11, 2005 at 10:48:32AM -0400, Jurij Smakov wrote: > >- Always specify correct -m32/-m64. > > Is there any practical reason to do that? Look at the amd64 packages. > As I understand, currently > kernel-package takes care of that, so I'd rathe

Re: linux-2.6 - patches

2005-08-11 Thread Jurij Smakov
Hi Bastian, On Wed, 10 Aug 2005, Bastian Blank wrote: Hi folks I intend to make some patches to make our lives easier: - Always specify correct -m32/-m64. Effected arches: - i386 - ppc, ppc64 (uses weird check for biarch compiler) - sparc64 - x86_64 Is there any practical reason to do t

linux-2.6 - patches

2005-08-10 Thread Bastian Blank
Hi folks I intend to make some patches to make our lives easier: - Always specify correct -m32/-m64. Effected arches: - i386 - ppc, ppc64 (uses weird check for biarch compiler) - sparc64 - x86_64 - Always build asm-offsets.s in the prepare target. Effected arches: - arm - sparc64