This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: x86_64-apple-darwin libjava build broken on gcc 4.4 branch
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 09 Apr 2009 11:35:36 +0200
- Subject: Re: x86_64-apple-darwin libjava build broken on gcc 4.4 branch
- References: <20090409015943.GA3443@bromo.med.uc.edu>
Jack Howarth wrote:
> I see one place where breakage may have occured...
>
> http://gcc.gnu.org/viewcvs/branches/gcc-4_4-branch/configure.ac?r1=144881&r2=144887
>
> --- trunk/configure.ac 2009/03/16 13:23:13 144881
> +++ trunk/configure.ac 2009/03/16 17:02:02 144887
> @@ -446,11 +446,11 @@
> *-*-chorusos)
> noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
> ;;
> - powerpc-*-darwin* | x86_64-*-darwin[[912]]*)
> + powerpc-*-darwin*)
> noconfigdirs="$noconfigdirs ld gas gdb gprof"
> noconfigdirs="$noconfigdirs sim target-rda"
> ;;
> - i[[3456789]]86-*-darwin*)
> + i[[3456789]]86-*-darwin* | x86_64-*-darwin9*)
> noconfigdirs="$noconfigdirs ld gas gprof"
> noconfigdirs="$noconfigdirs sim target-rda"
So, if removing the "9" is enough, the patch is preapproved for trunk
and 4.4.
Paolo