[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GCC vs. /bsd
Ted U mumbled:
>On Thu, 20 Jun 2002, Peter Varga wrote:
>
>> I built kernel with the OPTION i386, I486, I686 removed from the conf
>>file.
>> Using: gcc version 2.95.3 20010125 (prerelease)
>>
>> cc -march=i586 -Werror -Wall -Wstrict-prototypes
>>-Wmissing-prototypes\
>> -Wno-uninitialized -Wno-format -Wno-main -O2 -nostdinc
>>
>> Useerland, X4 work fine. It is P5, 40M.
[snip]
>had problems with -march=586, but it wasn't worth the extra effort just
>
On my machine cpuflags gives -march=pentium not -march=586 or -march=i586.
Removed all except i586 from the kernel conf.
No problemo.
My 1/2 pence,
T@W