From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 19:15:19 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BD716A41F for ; Thu, 1 Sep 2005 19:15:19 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB7343D45 for ; Thu, 1 Sep 2005 19:15:19 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j81JK2cC057893 for ; Thu, 1 Sep 2005 15:20:02 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Thu, 1 Sep 2005 15:15:01 -0400 User-Agent: KMail/1.6.2 References: <200509011507.23432.jkim@FreeBSD.org> In-Reply-To: <200509011507.23432.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200509011515.03244.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1051/Thu Sep 1 10:57:21 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: [PATCH] boot loader fixes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 19:15:20 -0000 On Thursday 01 September 2005 03:07 pm, Jung-uk Kim wrote: --- >8 --- SNIP!!! --- >8 --- > 2. Remove '-fno-unit-at-a-time' from boot2.c build. It seems > there were two problems. > > '-fno-unit-at-a-time' and '-mrtd' conflict: --- >8 --- SNIP!!! --- >8 --- I meant '-funit-at-a-time' here, of course. Sorry for the typo, Jung-uk Kim