Re: [PATCH] PR42554/49992: avoid use of '-c' flag with ranlib on darwin10 and later

2011-08-26 Thread Ralf Wildenhues
* Jack Howarth wrote on Fri, Aug 12, 2011 at 01:27:21AM CEST: The following patch addresses http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554#c15 by extending the logic used in... URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157563 Log: PR ada/42554 * configure.ac: Only

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-26 Thread Ralf Wildenhues
* Jie Liu wrote on Mon, Aug 15, 2011 at 04:07:36PM CEST: Looks OK, but there is no ChangeLog.  Do you have copyright assignment? Have added ChangeLog to the patch, please see the attachment. And I think I have copyright assignment, because I have Free Software Foundation paperwork, as

Re: [PATCH] [MELT] Fix installation of MELT modules

2011-08-25 Thread Ralf Wildenhues
* Alexandre Lissy wrote on Thu, Aug 25, 2011 at 03:26:46PM CEST: Path computation for installation in GCC's plugin/melt-modules/ path was broken (in fact not updated to the latest changes). Present commit fixes this by reading the link targets and installing them. ---

Re: [build, ada] Allow Solaris bootstrap with C++ (PR bootstrap/49794)

2011-07-20 Thread Ralf Wildenhues
Hello, * Ian Lance Taylor wrote on Wed, Jul 20, 2011 at 08:06:51PM CEST: Rainer Orth r...@cebitec.uni-bielefeld.de writes: diff --git a/gcc/configure.ac b/gcc/configure.ac --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1041,7 +1041,16 @@ case ${host} in esac AC_FUNC_FORK

Re: [patch] Disable static build for libjava

2011-07-16 Thread Ralf Wildenhues
* Matthias Klose wrote on Sat, Jul 09, 2011 at 05:37:46PM CEST: On 07/07/2011 10:35 PM, Ralf Wildenhues wrote: On Thu, Jul 07, 2011 at 10:26:59PM +0200, Jakub Jelinek wrote: On Thu, Jul 07, 2011 at 10:22:37PM +0200, Matthias Klose wrote: +AC_PROG_LIBTOOL This tests the wrong compiler

Re: [patch] Disable static build for libjava

2011-07-07 Thread Ralf Wildenhues
Hi Matthias, On Thu, Jul 07, 2011 at 10:26:59PM +0200, Jakub Jelinek wrote: On Thu, Jul 07, 2011 at 10:22:37PM +0200, Matthias Klose wrote: +AC_PROG_LIBTOOL This tests the wrong compiler and toolchain. The compiler you want to test doesn't exist yet at the time this configure script is run.

Re: [PATCH] use AS_HELP_STRING throughout gcc/configure.ac

2011-05-12 Thread Ralf Wildenhues
* Andreas Schwab wrote on Thu, May 12, 2011 at 11:22:12AM CEST: This changes all uses of AC_ARG_(WITH|ENABLE) to use AS_HELP_STRING, fixing a few quoting bugs on the way. OK for trunk? Yes, if you visually compared the diff of configure and of './configure --help' before and after the

Re: [build, lto] Only accept -fuse-linker-plugin if linker supports -plugin (PR lto/46944)

2011-04-26 Thread Ralf Wildenhues
Hello Rainer, * Rainer Orth wrote on Tue, Apr 26, 2011 at 05:28:19PM CEST: it's been a week since I answered your questions on this patch. Could you please have a look? Sorry for the delay. I'm practically AFK until the weekend or maybe next weekend, whenever I have connectivity again after

Re: [build, doc] Remove --enable-threads=solaris support

2011-04-18 Thread Ralf Wildenhues
Hi Rainer, * Rainer Orth wrote on Mon, Mar 21, 2011 at 12:55:23PM CET: 2011-03-20 Rainer Orth r...@cebitec.uni-bielefeld.de gcc: * gthr-solaris.h: Remove. * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove. * config/sol2.h (CPP_SUBTARGET_SPEC):

Re: Unreviewed build, lto, doc patches

2011-04-18 Thread Ralf Wildenhues
* Rainer Orth wrote on Mon, Apr 18, 2011 at 12:16:57PM CEST: The following patches have remained unreviewed for more than a week: [build, lto] Check plugin linker for level of plugin support http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00226.html This one primarily needs a

Re: Unreviewed build, lto, doc patches

2011-04-18 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Mon, Apr 18, 2011 at 08:23:37PM CEST: * Rainer Orth wrote on Mon, Apr 18, 2011 at 12:16:57PM CEST: [build, doc] Cleanup --enable-threads support http://gcc.gnu.org/ml/gcc-patches/2011-04/msg00735.html This one needs build and doc maintainers. I

Re: [PATCH] doubled words

2011-04-18 Thread Ralf Wildenhues
Hi Jim, * Jim Meyering wrote on Mon, Apr 18, 2011 at 05:40:03PM CEST: Mike Stump wrote: On Apr 16, 2011, at 4:04 AM, Gerald Pfeifer wrote: On Fri, 15 Apr 2011, Mike Stump wrote: I think these are obvious. Which means that you can commit them without getting explicit approval Well,

Re: RFA: Add makefile for cross-configuration torture test

2011-04-13 Thread Ralf Wildenhues
Hi Joern, * Joern Rennecke wrote on Wed, Apr 13, 2011 at 11:02:27PM CEST: 2010-04-13 Joern Rennecke joern.renne...@embecosm.com * config-list.mk: New file. --- contrib/config-list.mk(revision 0) +++ contrib/config-list.mk(revision 0) +all: $(LIST) + +.PHONEY:

Re: [Patch, libfortran] Don't define _GNU_SOURCE in AM_CPPFLAGS

2011-04-12 Thread Ralf Wildenhues
Hi Janne, * Janne Blomqvist wrote on Mon, Apr 11, 2011 at 10:34:58PM CEST: the attached patch removes the definition of _GNU_SOURCE from AM_CPPFLAGS. This is not needed anymore since nowadays we're calling AC_USE_SYSTEM_EXTENSIONS in configure.ac which causes _GNU_SOURCE to be defined in

Re: [build] Support multilib testing in libgo

2011-04-10 Thread Ralf Wildenhues
* Rainer Orth wrote on Mon, Apr 04, 2011 at 08:19:19PM CEST: To avoid this mess, I'm instead setting LD_LIBRARY_PATH in CHECK. While this isn't exactly portable (some platforms, especially Darwin and HP-UX, use different variables), it's at least more widespread than -R. Toplevel configure

Re: [patch ada]: Last fix for PR ada/47163 on windows native hosts

2011-04-05 Thread Ralf Wildenhues
* Charles Wilson wrote on Tue, Apr 05, 2011 at 04:15:02PM CEST: On 4/5/2011 9:21 AM, Arnaud Charlet wrote: I'm one of the MSys devs (if you want to call the sporadic process of updating MSys development). I'll take a look at implementing ln -s file dir as synonymous with ln -s

Re: [REQUEST]Update config.sub from upstream

2011-04-05 Thread Ralf Wildenhues
[ from the binutils list ] * Ralf Wildenhues wrote on Tue, Apr 05, 2011 at 08:03:37AM CEST: I will sync the copy in GCC tonight. FYI, I've synced config.sub from the config project (already done in src this morning). Cheers, Ralf 2011-04-05 Ralf Wildenhues ralf.wildenh...@gmx.de

Re: Remove old host cases from toplevel configure

2011-04-01 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Apr 01, 2011 at 02:40:45PM CEST: OK to commit this patch to remove this code? OK. Thanks, Ralf 2011-04-01 Joseph Myers jos...@codesourcery.com * configure.ac: Remove code setting CONFIG_SHELL, config_shell and moveifchange. * configure:

Re: [patch mingw]: Enable optional thread-model posix for mingw-targets

2011-03-31 Thread Ralf Wildenhues
* Kai Tietz wrote on Thu, Mar 31, 2011 at 12:19:51PM CEST: --- gcc.orig/gcc/config.gcc 2011-03-23 21:15:32.0 +0100 +++ gcc/gcc/config.gcc2011-03-31 10:50:05.559129000 +0200 @@ -1420,6 +1420,10 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) *)

Re: [libgo] Improve Solaris 2/SPARC support

2011-03-31 Thread Ralf Wildenhues
Hello, * Rainer Orth wrote on Thu, Mar 31, 2011 at 06:12:31PM CEST: Ian Lance Taylor i...@google.com writes: Argh, no, I am trying to fight against that as long as possible. We should be moving away from DejaGNU, not toward it. Do you have a decent alternative? I've no idea what

Re: Split up toplevel library-disabling cases

2011-03-31 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Apr 01, 2011 at 01:40:47AM CEST: OK to commit (both the previous patch this is based on, and this one)? Build system aspects of the patch are fine with me. Thanks for pursuing this, Ralf 2011-03-31 Joseph Myers jos...@codesourcery.com * configure.ac:

Re: [Patch, Fortran, 4.7] PR 18918 - Add initial support for a coarray communication library

2011-03-19 Thread Ralf Wildenhues
Hi Tobias, void _gfortran_caf_init (int *argc, char ***argv, int *this_image, int *num_images) { int flag; /* The following is only the case if one does not have a Fortran main program. */ MPI_Initialized (flag); if (!flag) MPI_Init (argc, argv); [...] } /*

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
Hello Joseph, * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 12:12:09PM CET: Bootstrapped with no regressions on x86_64-unknown-linux-gnu. OK to commit? The build system changes look OK from a build system technical POV, with a couple of comments below. 2011-03-17 Joseph Myers

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: On Fri, 18 Mar 2011, Ralf Wildenhues wrote: @@ -744,7 +744,6 @@ case ${target} in libgloss_dir=cris ;; crx-*-*) -noconfigdirs=$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj

Re: 4.7 deprecated targets removal patch

2011-03-18 Thread Ralf Wildenhues
* Joseph S. Myers wrote on Fri, Mar 18, 2011 at 10:09:04PM CET: On Fri, 18 Mar 2011, Ralf Wildenhues wrote: * Joseph S. Myers wrote on Fri, Mar 18, 2011 at 08:46:56PM CET: On Fri, 18 Mar 2011, Ralf Wildenhues wrote: Why not also remove the line before and after this one

Re: [libgfortran, build] Remove AC_TRY_* macros from libgfortran configury

2011-03-15 Thread Ralf Wildenhues
* FX wrote on Tue, Mar 15, 2011 at 10:33:01AM CET: The attached patch replaces the deprecated AC_TRY_{COMPILE,LINK,RUN} macros in libgfortran configury with their AC_*_IFELSE equivalents. Now (4.7 just branched) seems a good time, and I think I didn't screw it too much because the regenerated