From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 13:16:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 499EC10656E0 for ; Sat, 24 Jan 2009 13:16:36 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f11.google.com (mail-ew0-f11.google.com [209.85.219.11]) by mx1.freebsd.org (Postfix) with ESMTP id B04FE8FC24 for ; Sat, 24 Jan 2009 13:16:35 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy4 with SMTP id 4so167410ewy.19 for ; Sat, 24 Jan 2009 05:16:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=lTIEu3c8+Kuz2vWAqG7EwAv66VmnKflj8xaWzgroFvg=; b=UC2rqdRlATeTvpwdG5efaawvdtxwgS61ffvLMT0aiI16AMBq+m1Q6xirufYTml6c2K Ek0ujjetEHgFCAIBv//Sx2U76hvwHtFGmqBzJz/KKE++P+0sRX/PVJYjhgn1xeWX9bIJ OJqwVnmK+2GYMbVeaDL0Be7moqBZlhLKD4Kzg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=nvLxFP2pObQPKkTd1iCLTwtQ1WJbnXpOTS14CpeYHXZxgSCsvHb75l8Q+VAz87Ubzr 2yTy+f8M8kruaUpjCvFZkmv4sDGiNt65mLxTmhnqc384FNjW5PmlrYZLrjmo/4n4ABO2 AL4ISSaUHn2SaYaxRqgd4eoyyE/tVHvnwZqBM= Received: by 10.210.28.4 with SMTP id b4mr3478917ebb.120.1232802994163; Sat, 24 Jan 2009 05:16:34 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id z37sm19656149ikz.9.2009.01.24.05.16.32 (version=SSLv3 cipher=RC4-MD5); Sat, 24 Jan 2009 05:16:33 -0800 (PST) Date: Sat, 24 Jan 2009 13:16:29 +0000 From: RW To: Saifi Khan , freebsd-questions@freebsd.org Message-ID: <20090124131629.1f9fabe4@gumby.homeunix.com> In-Reply-To: <9a52b1190901240451i14dc544fm1c241d6f43fa897b@mail.gmail.com> References: <20090124124535.3006687c@gumby.homeunix.com> <9a52b1190901240451i14dc544fm1c241d6f43fa897b@mail.gmail.com> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: default CFLAGS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 13:16:43 -0000 On Sat, 24 Jan 2009 12:51:32 +0000 Saifi Khan wrote: > on running the command 'make -V CFLAGS', the output is > > -O2 -fno-strict-aliasing -pipe > > i haven't setup the CPUTYPE anywhere (not as an env variable nor in > /etc/make.conf) > So are these default settings for a generc x86 based system ? Yes, if you are using i386. Most CPUs have the same default CFLAGS, it's the value of CPUTYPE that's passed to the compiler that determines processor optimizations.