From owner-freebsd-stable@FreeBSD.ORG Thu May 26 07:07:26 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ACEB16A41C for ; Thu, 26 May 2005 07:07:26 +0000 (GMT) (envelope-from nihrom@teamcomputerra.org) Received: from greenday.yohst.com (greenday.yohst.com [66.98.242.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAABA43D1F for ; Thu, 26 May 2005 07:07:25 +0000 (GMT) (envelope-from nihrom@teamcomputerra.org) Received: from [83.237.153.219] (port=1279 helo=lmda6q67alsbow) by greenday.yohst.com with esmtpa (Exim 4.43) id 1DbCSc-0002Sb-PH for freebsd-stable@freebsd.org; Thu, 26 May 2005 03:07:21 -0400 Message-ID: <003d01c561c2$117b7360$db99ed53@lmda6q67alsbow> From: "Viatcheslav Fedorov" To: Date: Thu, 26 May 2005 11:10:54 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - greenday.yohst.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teamcomputerra.org Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Building kernel, -mno-3dnow and stuff. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Viatcheslav Fedorov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 07:07:26 -0000 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