> From: Peter Bowen <[EMAIL PROTECTED]>
> Date: 24 Jan 2002 11:17:46 -0500
>
> On Thu, 2002-01-24 at 10:47, Chris Garrigues wrote:
> > When I run 'rpmbuild -bb --target=i686-unknown-linux kernel-2.4.spec' it
> ends
>
> Try rpmbuild -bb --target=i686 kernel-2.4.spec
>
> You don't need/want th
On Thu, 2002-01-24 at 10:47, Chris Garrigues wrote:
> When I run 'rpmbuild -bb --target=i686-unknown-linux kernel-2.4.spec' it ends
Try rpmbuild -bb --target=i686 kernel-2.4.spec
You don't need/want the -unknown-linux part.
Thanks.
Peter
___
Redha
I'm trying to build a set of custom kernels, so I've been hacking at the
spec file that came with 2.4.9. I need to build i586 and i686 smp kernels, so
I modified it to build the doc headers and source rpm when I
--target=i586-unknown-linux and not to build the uniprocessor kernel ever.
That