Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 11:10:54 +0400
From:      "Viatcheslav Fedorov" <nihrom@teamcomputerra.org>
To:        <freebsd-stable@freebsd.org>
Subject:   Building kernel, -mno-3dnow and stuff.
Message-ID:  <003d01c561c2$117b7360$db99ed53@lmda6q67alsbow>

next in thread | raw e-mail | index | archive | help
Hello.
I've recently CVSupped from 5.3-RELEASE to 5.4-STABLE

when I ``make buildkernel''  I get the output like this:

cc -O -pipe -march=3Dpentiumpro -march=3Dathlon-tbird -I/<...cut...>  =
-mno-mmx -mno-3dnow -mno-sse -mno-sse2=20
-ffreestanding -Wall -Wredundant-decls -Wnested-externs =
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline =
-Wcast-qual  -fformat-extensions -std=3Dc99 -Wsystem-headers -Werror =
-Wall -Wno-format-y2k -Wno-uninitialized -c =
/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/dsfield.c

(It compiles OK, but those -mno-* ?!?!)

my ``/etc/make.conf'' file:
-------------------------------------
CPUTYPE=3Dathlon-tbird
CFLAGS=3D -O -pipe -march=3Dpentiumpro
COPTFLAGS=3D -O -fomit-frame-pointer -march=3Dpentiumpro -pipe
NOPROFILE=3Dtrue
NO_BIND=3Dtrue
DOC_LANG=3Den_US.ISO8859-1 ru_RU.KOI8-R
-------------------------------------

So, what did I do wrong? Why on my athlon-tbird 1200Mhz it compiles with =
-mno-3dnow ?
I guess it's the error in make.conf, but where?

Thanks in advance,
Viatcheslav



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003d01c561c2$117b7360$db99ed53>