This is the mail archive of the gcc-patches@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: [PATCH] (1/3) Add back libgcc-math


On Thu, 16 Nov 2006, Richard Guenther wrote:

> + case "${target}" in
> +   x86_64-*-linux*)
> +     enable_libgcc_math=yes ;;
> +   *)
> +     enable_libgcc_math=no ;;
> + esac

Should also enable by default for i?86-*-linux* --enable-targets=all.

-- 
Joseph S. Myers
joseph@codesourcery.com


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