A question

Devin Bayer devin at freeshell.org
Wed Nov 9 18:50:18 UTC 2005


Dely Nicolas wrote:
> I've tried something to correct i[456]86 problem with grub
> 
> On Sun, 2005-10-30 at 14:44 -0800, Brian Beattie wrote:
> 
>>The second
>>problem is that grub.mk starts with "ifeq ($(ARCH),i386)".  The Soekris
>>CPU is a 486 and grub works with x86 family, not just the i386.
> 
> My answer is a little hack, another solution might examine if $(ARCH)
> belong to i*86 list. Sure something better exists.

I think you should test for BR2_i386 since it really means x86, like:

ifeq ($(strip $(BR2_i386)),y)

-- 
Devin Bayer



More information about the uClibc mailing list