From owner-freebsd-questions@FreeBSD.ORG Thu Jun 25 06:03:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB2C106566C for ; Thu, 25 Jun 2009 06:03:38 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8D0188FC14 for ; Thu, 25 Jun 2009 06:03:38 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 6E5977E837 for ; Wed, 24 Jun 2009 22:03:37 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 24 Jun 2009 22:03:36 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4A42DC60.2060208@gmail.com> In-Reply-To: <4A42DC60.2060208@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906242203.36451.mel.flynn+fbsd.questions@mailing.thruhere.net> Subject: Re: cc1: error: unrecognized command line option "-mfdpic" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 06:03:39 -0000 On Wednesday 24 June 2009 18:09:36 Jin Guojun wrote: > This option "-mfdpic" is shown in manual page for gcc 4.1 or later > > -mfdpic > Select the FDPIC ABI, that uses function descriptors to > represent pointers to functions. Without any PIC/PIE-related options, it > implies -fPIE. With -fpic or -fpie, it assumes GOT entries and small data > are within a 12-bit range from the GOT base address; with -fPIC or -fPIE, > GOT offsets are computed with 32 bits. With a > bfin-elf target, this option implies -msim. > This applies to FRV options, which is a specific processor, so it's not available for your architecture. http://en.wikipedia.org/wiki/FR-V -- Mel