On Tue, 10 Apr 2007, Henrik Brix Andersen wrote:

> On Mon, Apr 09, 2007 at 01:03:36PM -0700, Tenzen wrote:
>>
>> The question remains. *IS*,
>>
>>    CPUTYPE?=i586/mmx
>>
>> correct? recommended? in /etc/make.conf for the Net4801s?
>
> No, "CPUTYPE?=pentium-mmx" would be the correct value, see gcc(1) man
> page and/or /usr/share/examples/etc/make.conf.

Well, 'no' ist not fully correct either;-) i586/mmx works too.
i586/mmx is shorter and an alias for pentium-mmx on FreeBSD.

See /usr/share/mk/bsd.cpu.mk:
        .  elif ${CPUTYPE} == "i586/mmx"
        CPUTYPE = pentium-mmx

But, yes, pentium-mmx is the better choice.

/bz

-- 
Bjoern A. Zeeb                          bzeeb at Zabbadoz dot NeT
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to