From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W6d1D-0001Vz-QJ for ptxdist@pengutronix.de; Fri, 24 Jan 2014 10:25:43 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1W6d1D-0005cW-Ob for ptxdist@pengutronix.de; Fri, 24 Jan 2014 10:25:43 +0100 Date: Fri, 24 Jan 2014 10:25:43 +0100 From: Michael Olbrich Message-ID: <20140124092543.GD7704@pengutronix.de> References: <1390219394-1780-1-git-send-email-m.olbrich@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1390219394-1780-1-git-send-email-m.olbrich@pengutronix.de> Subject: Re: [ptxdist] [PATCH] cross-gcc: explicitly specify path for mpc 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 On Mon, Jan 20, 2014 at 01:03:14PM +0100, Michael Olbrich wrote: > That should not be necessary. Can you please reinstall those packages and > try if this patch helps? Have you tried this? I'm working on a bugfix toolchain release and I'd like to fix this issue for that. If it doesn't help: Can you send me the build-cross/gcc-4.8.2-first-build/config.log for the failure? Michael > rules/cross-gcc.make | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make > index 748899f..773902e 100644 > --- a/rules/cross-gcc.make > +++ b/rules/cross-gcc.make > @@ -97,6 +97,10 @@ ifdef PTXCONF_HOST_MPFR > CROSS_GCC_AUTOCONF_COMMON += --with-mpfr=$(PTXCONF_SYSROOT_HOST) > endif > > +ifdef PTXCONF_HOST_MPC > +CROSS_GCC_AUTOCONF_COMMON += --with-mpc=$(PTXCONF_SYSROOT_HOST) > +endif > + > ifdef PTXCONF_HOST_CLOOG > CROSS_GCC_AUTOCONF_COMMON += --with-isl=$(PTXCONF_SYSROOT_HOST) --with-cloog=$(PTXCONF_SYSROOT_HOST) > endif > -- > 1.8.5.2 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de