From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WQvDF-0003qV-S7 for ptxdist@pengutronix.de; Fri, 21 Mar 2014 09:54:02 +0100 Received: by mail-ee0-f47.google.com with SMTP id b15so1527027eek.20 for ; Fri, 21 Mar 2014 01:53:56 -0700 (PDT) Received: from omega (p20030064AA051101E2CB4EFFFE1BB546.dip0.t-ipconnect.de. [2003:64:aa05:1101:e2cb:4eff:fe1b:b546]) by mx.google.com with ESMTPSA id z47sm10190810een.16.2014.03.21.01.53.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Mar 2014 01:53:55 -0700 (PDT) Date: Fri, 21 Mar 2014 09:53:50 +0100 From: Alexander Aring Message-ID: <20140321085349.GA25178@omega> References: <1395389064-5802-1-git-send-email-alex.aring@gmail.com> <1395389064-5802-2-git-send-email-alex.aring@gmail.com> <20140321083424.GL23331@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140321083424.GL23331@pengutronix.de> Subject: Re: [ptxdist] [PATCH 2/4] libgmp: add missing with-gnu-ld Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi Michael, On Fri, Mar 21, 2014 at 09:34:24AM +0100, Michael Olbrich wrote: > On Fri, Mar 21, 2014 at 09:04:22AM +0100, Alexander Aring wrote: > > Signed-off-by: Alexander Aring > > --- > > rules/libgmp.make | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/rules/libgmp.make b/rules/libgmp.make > > index cf36ece..6da2010 100644 > > --- a/rules/libgmp.make > > +++ b/rules/libgmp.make > > @@ -40,6 +40,7 @@ LIBGMP_AUTOCONF := \ > > $(CROSS_AUTOCONF_USR) \ > > --$(call ptx/endis, PTXCONF_LIBGMP_SHARED)-shared \ > > --$(call ptx/endis, PTXCONF_LIBGMP_STATIC)-static \ > > + --with-gnu-ld \ > > Is something broken without this? > no I just see this always on other rules and ptxdist use normally OSELAS Toolchain which contains the gnu linker. I can drop this if you want. - Alex -- ptxdist mailing list ptxdist@pengutronix.de