Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-20 Thread Matthias Klose
Am 14.11.2012 21:44, schrieb Ian Lance Taylor: > On Sun, Nov 4, 2012 at 7:45 AM, Matthias Klose wrote: >> >> now testing the attached patch. > >> + when 1 is passed, >> + - the multiarch path specified with >> +

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-15 Thread Eric Botcazou
> ahh, this is with GNU make 3.80. Checked in the following patch as obvious. Thanks! -- Eric Botcazou

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-15 Thread Matthias Klose
Am 15.11.2012 12:41, schrieb Eric Botcazou: >> re-attaching the updated patch with the fixed comment in genmultilib. > > This has introduced: > > make[3]: Leaving directory `/red.a/gnatmail/gcc-x/build-red/x86_64- > linux/gnat/obj/libdecnumber' > make[3]: Entering directory `/red.a/gnatmail/gcc-x

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-15 Thread Eric Botcazou
> re-attaching the updated patch with the fixed comment in genmultilib. This has introduced: make[3]: Leaving directory `/red.a/gnatmail/gcc-x/build-red/x86_64- linux/gnat/obj/libdecnumber' make[3]: Entering directory `/red.a/gnatmail/gcc-x/build-red/x86_64- linux/gnat/obj/gcc' Makefile:538: Extr

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-14 Thread Ian Lance Taylor
On Sun, Nov 4, 2012 at 7:45 AM, Matthias Klose wrote: > > now testing the attached patch. > + when 1 is passed, > +- the multiarch path specified with > + -imultiarch, when 2 is passed. */ s/when 1

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-04 Thread Matthias Klose
Am 02.11.2012 18:37, schrieb Ian Lance Taylor: On Fri, Nov 2, 2012 at 6:26 AM, Matthias Klose wrote: +ifeq ($(enable_multiarch),yes) + if_multiarch = $(1) +else ifeq ($(enable_multiarch),auto-detect) + if_multiarch = $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib/*/crti.o)

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-02 Thread Ian Lance Taylor
On Fri, Nov 2, 2012 at 6:26 AM, Matthias Klose wrote: > >> +ifeq ($(enable_multiarch),yes) >> + if_multiarch = $(1) >> +else ifeq ($(enable_multiarch),auto-detect) >> + if_multiarch = $(if $(wildcard $(shell echo >> $(SYSTEM_HEADER_DIR))/../../usr/lib/*/crti.o),$(1)) >> +else >> + if_multiarch

Re: [ping] Re: [patch v2] support for multiarch systems

2012-11-02 Thread Matthias Klose
On 07.08.2012 16:07, Ian Lance Taylor wrote: On Tue, Aug 7, 2012 at 3:31 AM, Matthias Klose wrote: ping? On 08.07.2012 20:48, Matthias Klose wrote: Please find attached v2 of the patch updated for trunk 20120706, x86 only, tested on x86-linux-gnu, KFreeBSD and the Hurd. +[case "${withval}

Re: [ping] Re: [patch v2] support for multiarch systems

2012-08-07 Thread Ian Lance Taylor
On Tue, Aug 7, 2012 at 3:31 AM, Matthias Klose wrote: > ping? > > On 08.07.2012 20:48, Matthias Klose wrote: >> Please find attached v2 of the patch updated for trunk 20120706, x86 only, >> tested on >> x86-linux-gnu, KFreeBSD and the Hurd. > +[case "${withval}" in > +yes|no|auto-detect) enable_

[ping] Re: [patch v2] support for multiarch systems

2012-08-07 Thread Matthias Klose
ping? re-attaching the updated patch with the fixed comment in genmultilib. Matthias On 08.07.2012 20:48, Matthias Klose wrote: > Please find attached v2 of the patch updated for trunk 20120706, x86 only, > tested on > x86-linux-gnu, KFreeBSD and the Hurd. > > I left in the comment about the