From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FppOg-0001bl-4g for mharc-grub-devel@gnu.org; Mon, 12 Jun 2006 12:36:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FppOe-0001bc-Gc for grub-devel@gnu.org; Mon, 12 Jun 2006 12:36:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FppOc-0001bQ-2h for grub-devel@gnu.org; Mon, 12 Jun 2006 12:36:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FppOb-0001bN-Ty for grub-devel@gnu.org; Mon, 12 Jun 2006 12:36:09 -0400 Received: from [194.109.24.24] (helo=smtp-vbr4.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FppXM-0006PC-Ox for grub-devel@gnu.org; Mon, 12 Jun 2006 12:45:13 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr4.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5CGa4dE033100 for ; Mon, 12 Jun 2006 18:36:06 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <868xo2tmpl.fsf@baz.foobar-qux.org> Mail-Copies-To: mgerards@xs4all.nl Date: Mon, 12 Jun 2006 18:39:38 +0200 In-Reply-To: <868xo2tmpl.fsf@baz.foobar-qux.org> (Harley D. Eades, III's message of "12 Jun 2006 10:31:18 -0500") Message-ID: <87odwy49bp.fsf@xs4all.nl> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: Patch for successful compilation on FreeBSD Release-6.1 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 16:36:12 -0000 hde@foobar-qux.org (Harley D. Eades III) writes: > hde@foobar-qux.org (Harley D. Eades III) writes: > >> Jeroen Dekkers writes: >> >> > On Sun, Jun 11, 2006 at 10:28:44AM -0500, Harley D. Eades III wrote: >> > > Hello, I managed to work up a small patch for grub2. She makes it >> > > possible to build grub2 on FreeBSD Release-6.1. There is one thing >> > > I am not sure on. In configure.ac I had to move the lines which >> > > restore the compiler flags above the checks for _start etc..see the >> > > patch. I would like as much feedback as possible. Thanks. :) >> > >> > The problem with the compiler flags should have been fixed with this >> > change: >> > >> > 2006-05-31 Jeroen Dekkers >> > >> > * configure.ac: Don't set host_m32 for x86_64. Also reset LIBS >> > for the target-specific tests. Make sure that we also have the >> > up-to-date target variables for those tests. >> > >> > >> > If I read your patch correctly you haven't updated to recent CVS >> > yet. Can you try whether this fix also works for you? >> > >> Sure thing. :) Thanks for the reply. > Your patch does fix that issue. Here is my updated patch. :) Looks fine to me. Hopefully an autoconf expert can check again to be sure. If I don't hear any complaints within the week, I will commit this patch. -- Marco