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

Re: [patch v2] support for multiarch systems

2012-07-19 Thread Joseph S. Myers
On Wed, 18 Jul 2012, John David Anglin wrote: > It would make my life easier if the change included the multiarch bits for > hppa. I imagine other Debian ports are in a similar situation. I explained at length in reviews of previous patch versions how each architecture needs its own review to m

Re: [patch v2] support for multiarch systems

2012-07-18 Thread David Miller
From: John David Anglin Date: Wed, 18 Jul 2012 21:12:26 -0400 > I imagine other Debian ports are in a similar situation. GCC hacking has been extremely painful on sparc for me because of this debian multiarch situation, so yes I'm in this group as well.

Re: [patch v2] support for multiarch systems

2012-07-18 Thread John David Anglin
On Sun, 08 Jul 2012, 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. Currently, Debian gcc packages for hppa contain multiarch support. Because of this, I have used a multiarch patch for testi

Re: [patch v2] support for multiarch systems

2012-07-18 Thread Thomas Schwinge
Hi! On Sun, 08 Jul 2012 20:48:23 +0200, 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. As suggested by Diego Novillo I have now attached this patch to . > I left

Re: [patch v2] support for multiarch systems

2012-07-08 Thread Matthias Klose
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 multiarch names, but I'm fine to change/discard it. It was first required by Joseph Myers, then not found necessary by Paolo Bonzini. The patc