This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: x86_64-apple-darwin libjava build broken on gcc 4.4 branch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]