Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 11:36:58 +0400
From:      "Viatcheslav Fedorov" <nihrom@teamcomputerra.org>
To:        "Darren Pilgrim" <dmp@bitfreak.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Building kernel, -mno-3dnow and stuff.
Message-ID:  <004601c561c5$b61aabe0$db99ed53@lmda6q67alsbow>
References:  <000801c561c3$a90ac720$0a2a15ac@SMILEY>

next in thread | previous in thread | raw e-mail | index | archive | help

From: "Darren Pilgrim"

>> cc -O -pipe -march=pentiumpro -march=athlon-tbird
>> -I/<...cut...>  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
>
> These are disabled because they cause problems when used in the kernel.
>
>> my ``/etc/make.conf'' file:
>> -------------------------------------
>> CPUTYPE=athlon-tbird
>> CFLAGS= -O -pipe -march=pentiumpro
>> COPTFLAGS= -O -fomit-frame-pointer -march=pentiumpro -pipe
>> -------------------------------------
>
> You should not put -march in your FLAGS variables.  CPUTYPE determines the
> correct architecture- and processor-specific compiler flags.

Thanks a lot. Now it's clear to me. 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004601c561c5$b61aabe0$db99ed53>