[Buildroot] {buildroot 0004384]: GCC 4.3.1 fails with cannot compute suffix of object files

Shinya Kuribayashi skuribay at ruby.dti.ne.jp
Sun Feb 15 02:20:32 UTC 2009


Hi maxim and jacmet,

Maxim Grigoriev wrote:
> diff -u package/gmp/gmp.mk.orig package/gmp/gmp.mk
> --- package/gmp/gmp.mk.orig     2009-01-21 15:43:41.788558000 -0800
> +++ package/gmp/gmp.mk  2009-02-03 18:07:44.643402000 -0800
> @@ -83,7 +83,7 @@
>                 --prefix="$(GMP_HOST_DIR)" \
>                 --build=$(GNU_HOST_NAME) \
>                 --host=$(GNU_HOST_NAME) \
> -               --enable-shared \
> +               --disable-shared \
>                 --enable-static \
>                 $(DISABLE_NLS) \
>         )
> diff -u package/mpfr/mpfr.mk.orig package/mpfr/mpfr.mk
> --- package/mpfr/mpfr.mk.orig   2009-01-21 15:43:42.259089000 -0800
> +++ package/mpfr/mpfr.mk        2009-02-03 17:58:09.369092000 -0800
> @@ -97,7 +97,7 @@
>                 --prefix="$(MPFR_HOST_DIR)" \
>                 --build=$(GNU_HOST_NAME) \
>                 --host=$(GNU_HOST_NAME) \
> -               --enable-shared \
> +               --disable-shared \
>                 --enable-static \
>                 --with-gmp=$(GMP_HOST_DIR) \
>                 $(DISABLE_NLS) \
> 
> -- Maxim

I've confirmed this patch (and related changes) work for me with GCC
4.3.2 for MIPS and Ubuntu 8.04.01.  Thanks for your work and for taking
care of them before 2009.02 is out, Maxim and Peter!

  Shinya



More information about the buildroot mailing list