tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: firefox -> 63.0 WIP diff
On Wed, Oct 24, 2018 at 08:43:32PM +0900, Ryo ONODERA wrote:
> I feel that _GLIBCXX_USE_FLOAT128 in
> /usr/include/g++/bits/*/c++config.h
> should be converted to
> /* #undef _GLIBCXX_USE_FLOAT128 */
> from
> #define _GLIBCXX_USE_FLOAT128 1
> , because Rust do not recognize -U_GLIBCXX_USE_FLOAT128
> commandline option.
If you go that route, please #ifdef this based on architectures that do not
support it (or where "long double" is != float128).
Martin
Home |
Main Index |
Thread Index |
Old Index