From owner-freebsd-isp@FreeBSD.ORG Wed May 12 15:28:11 2010 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09F7F106566C for ; Wed, 12 May 2010 15:28:11 +0000 (UTC) (envelope-from ericx@ericx.net) Received: from qmta02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id C72EF8FC14 for ; Wed, 12 May 2010 15:28:10 +0000 (UTC) Received: from omta09.emeryville.ca.mail.comcast.net ([76.96.30.20]) by qmta02.emeryville.ca.mail.comcast.net with comcast id Geeq1e00D0S2fkCA2fUBJ2; Wed, 12 May 2010 15:28:11 +0000 Received: from smtp.ericx.net ([76.24.209.147]) by omta09.emeryville.ca.mail.comcast.net with comcast id GfU91e00H3BMG6c8VfUAMM; Wed, 12 May 2010 15:28:11 +0000 Received: from smtp.ericx.net (localhost.ericx.net [127.0.0.1]) by smtp.ericx.net (Postfix) with ESMTP id 0BCB2129EF1B for ; Wed, 12 May 2010 15:28:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ericx.net; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=selector1; bh=u8dB/3+FGs/HM7DhGhyg v7bBwmA=; b=VMUHCOSqt89388K38EuYKydXrXsHZIVLy47+nkiPB5cAhWMRoaq8 iordVW/OdpnFHlws+xOPLBO/HFi8cq0UcDjRQZ8pUTnutjBllRiQoQARDHmluAdA oK2pA1mDDCdhf1/JOBp4C54RzjiwrjbqIlkeFJmSE6XxdmcC4NE7kH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=ericx.net; h=message-id:date :from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=selector1; b=af/TpRKMcvBksv WDGGNqZyVQOrT753li5V9hvwPTAfMF0/4cNT/CAUISrI8bEei36n8qojtppxSRRE 8aArTAnARtdS7EW8uKGFFHX8lNVynIfTjZ8zxuIOCCXEs7fNlOHegCnVEWl2NfJA 8v+zx/pWeG3P97eL4QKMNrfbRq/t8= Received: from [10.0.0.54] (unknown [75.150.112.177]) by smtp.ericx.net (Postfix) with ESMTPSA id 97095129EC3F for ; Wed, 12 May 2010 15:28:07 +0000 (UTC) Message-ID: <4BEAC906.8040504@ericx.net> Date: Wed, 12 May 2010 11:28:06 -0400 From: "Eric W. Bates" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Building hardware agnostic systems X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2010 15:28:11 -0000 I'm having trouble building a machine which I can reliably clone onto another machine and have everything run correctly. My make.conf has no CPUTYPE, CFLAGS, or COPTFLAGS. Does the default -O cause gcc to build hardware specific? Do I need NO_CPU_CFLAGS and NO_CPU_COPTFLAGS as well? Typically, my kernel boots OK (I usually use GENERIC anyway); but some of the ports don't work. Notably clamd sometimes segfaults when I move it to another machine. Thanks.