From owner-freebsd-stable@FreeBSD.ORG Fri Mar 18 16:44:13 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA0701065670 for ; Fri, 18 Mar 2011 16:44:13 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 76B258FC18 for ; Fri, 18 Mar 2011 16:44:13 +0000 (UTC) Received: by qyk35 with SMTP id 35so896512qyk.13 for ; Fri, 18 Mar 2011 09:44:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6tVRwgJD47pdAGg7JFqH0Yqbk3RI2QaG1i/N9B7xHT4=; b=eIJNCENGEy/0Lr/VkBhZ96P+eU7iJAKHucnjVS2ewNrlXsaR4tCHnLqEbN6d21Cc+n DH7GoBuX1UrQqCzkTAtZWdP8uuwzNT+mkWVEkJyA9hPwuNiyy3sp7e38v5qk0blhJy/m Zp/WwBHdDhF5um0Oi3f/LdRgDfBLev+3iBUGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=POtHrjWCZCfDo5qOdRpfXYiZDuTDsH9+i6ob/BhkhrnxSdBMHCVK1XqJcZp5AwSyLm fP6/2d/HqDcecmVTQI3ImHaKBW2yxSP1ZYpHtBH35H+0vP5nIj5lcoh9Hk5h6efls3tm C73u2KtKVRnRIKnbo3Vj+Em5cLCtcCoS07CeY= MIME-Version: 1.0 Received: by 10.229.225.199 with SMTP id it7mr1089835qcb.188.1300464764193; Fri, 18 Mar 2011 09:12:44 -0700 (PDT) Received: by 10.229.79.139 with HTTP; Fri, 18 Mar 2011 09:12:44 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Mar 2011 16:12:44 +0000 Message-ID: From: Tom Evans To: Randy Bush Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Stable Subject: Re: genassym.c:1: error: CPU you selected does not support x86-64 instruction set X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 16:44:13 -0000 On Fri, Mar 18, 2011 at 3:36 PM, Randy Bush wrote: > FreeBSD rip0.psg.com 8.2-RC3 FreeBSD 8.2-RC3 #0: Sun Jan 30 06:28:31 UTC = 2011 =C2=A0 =C2=A0 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC = =C2=A0amd64 > > CPU: Intel(R) Xeon(R) CPU =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 E5405 =C2=A0= @ 2.00GHz (1999.78-MHz K8-class CPU) > =C2=A0Origin =3D "GenuineIntel" =C2=A0Id =3D 0x1067a =C2=A0Family =3D 6 = =C2=A0Model =3D 17 =C2=A0Stepping =3D 10 > =C2=A0Features=3D0xfe3fbff > =C2=A0Features2=3D0x80082201> > =C2=A0AMD Features=3D0x20100800 > =C2=A0AMD Features2=3D0x1 > =C2=A0TSC: P-state invariant > > it is on a vm under vmware esxi 4.1 > > fresh csup and generic kernel in amd64 > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=3Di686 -st= d=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contr= ib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/sr= c/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm -= I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD -I/usr/src/sys/gnu/= fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs -I/usr/src/sys/dev/cxgb -I= /usr/src/sys/dev/cxgbe -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_= global.h -finline-limit=3D8000 --param inline-unit-growth=3D100 --param lar= ge-function-growth=3D1000 -fno-omit-frame-pointer -mcmodel=3Dkernel -mno-re= d-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -mso= ft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector /= usr/src/sys/amd64/amd64/genassy > =C2=A0m.c > /usr/src/sys/amd64/amd64/genassym.c:1: error: CPU you selected does not s= upport x86-64 instruction set > *** Error code 1 > > randy Is -march=3Di686 coming from make.conf? Cheers Tom