From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 19 05:20:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3CAE10656C8 for ; Thu, 19 Feb 2009 05:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9C3C8FC12 for ; Thu, 19 Feb 2009 05:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1J5K2FA050998 for ; Thu, 19 Feb 2009 05:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1J5K2th050997; Thu, 19 Feb 2009 05:20:02 GMT (envelope-from gnats) Date: Thu, 19 Feb 2009 05:20:02 GMT Message-Id: <200902190520.n1J5K2th050997@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: kern/126926: [build] [patch] Add MACHINE to dmesg X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 05:20:03 -0000 The following reply was made to PR kern/126926; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org Cc: gavin@freebsd.org Subject: Re: kern/126926: [build] [patch] Add MACHINE to dmesg Date: Thu, 19 Feb 2009 00:18:12 -0500 Your patch does not work with cross-build, does it? Indeed, you clam yourself running amd64 but your dmesg says i386. It displays arch where it is built but not where it is running, doesn't it? Hiro