From owner-freebsd-arm@freebsd.org Sat Oct 7 21:43:30 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5381E42F0C for ; Sat, 7 Oct 2017 21:43:30 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10EE384B69; Sat, 7 Oct 2017 21:43:29 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 7E4C7738; Sat, 7 Oct 2017 16:43:27 -0500 (CDT) Date: Sat, 7 Oct 2017 16:43:26 -0500 From: Mark Linimon To: Warner Losh Cc: Ian Lepore , freebsd-arm , linimon@FreeBSD.org Subject: Re: armv7, building p7zip and -fPIC Message-ID: <20171007214326.GA22150@lonesome.com> References: <1507403387.86205.286.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2017 21:43:30 -0000 On Sat, Oct 07, 2017 at 01:15:21PM -0700, Warner Losh wrote: > I've emailed the maintainer asking to apply this: > > +CFLAGS_arm= -fPIC > +CFLAGS_armv6= -fPIC > CFLAGS_armv7= -fPIC Um ... maybe I'm confused, but isn't the first line a no-op? mcl