From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: RFC: Support for FreeBSD/amd64 Date: Thu, 27 Oct 2005 14:50:24 +0300 Message-ID: <20051027115024.GB1536@flame.pc> References: <20051026235224.GA55408@flame.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130415488 16574 80.91.229.2 (27 Oct 2005 12:18:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 12:18:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 14:17:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EV6h6-0002p9-Ch for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2005 14:17:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EV6h4-0000Ma-Dk for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2005 08:17:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EV6KG-0004XL-H4 for emacs-devel@gnu.org; Thu, 27 Oct 2005 07:53:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EV6HJ-0003ny-VQ for emacs-devel@gnu.org; Thu, 27 Oct 2005 07:50:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EV6HG-0003nQ-HU for emacs-devel@gnu.org; Thu, 27 Oct 2005 07:50:39 -0400 Original-Received: from [195.170.0.93] (helo=aiolos.otenet.gr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EV6HE-0006xG-Lb for emacs-devel@gnu.org; Thu, 27 Oct 2005 07:50:37 -0400 Original-Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9RBoXK2023451; Thu, 27 Oct 2005 14:50:33 +0300 Original-Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9RBoPSM001639; Thu, 27 Oct 2005 14:50:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9RBoPHk001638; Thu, 27 Oct 2005 14:50:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-To: Frank Schmitt Content-Disposition: inline In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44963 Archived-At: On 2005-10-27 08:50, Frank Schmitt wrote: > Giorgos Keramidas writes: > > To bootstrap Emacs on my FreeBSD/amd64 snapshot I had to use the > > following patch -- also available at: > > http://people.freebsd.org/~keramida/emacs/22/freebsd-amd64.diff > [...] > > +#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o > [...] > > Theres -lgcc two times in above line. True. There's -lgcc two times in the original amdx86-64.h too, but it may be a chance to remove the duplicate, unless there's a very good reason for it.