On Sun, Jan 12, 2014 at 7:42 AM, Denis K <deniskravt...@gmail.com> wrote:
> My settings were taken from the comment here:
> http://stackoverflow.com/questions/9450394/how-to-install-gcc-from-scratch-with-gmp-mpfr-mpc-elf-without-shared-librari
>
> --disable-shared
>   --disable-bootstrap
>   --disable-libstdcxx-pch
>   --enable-languages=all
>   --enable-libgomp
>   --enable-lto
>   --enable-threads=posix
>   --enable-tls
>   --with-gmp=/tmp/gcc
>   --with-mpfr=/tmp/gcc
>   --with-mpc=/tmp/gcc
>   --with-libelf=/tmp/gcc
>   --with-fpmath=sse
>

Please remove " --with-fpmath=sse".


-- 
H.J.

Reply via email to