Summary: | sparc crossdev refuses to build glibc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dan Miller <crazybigdan> |
Component: | [OLD] GCC Porting | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Dan Miller
2011-08-18 20:32:31 UTC
Just tested the same thing on another linux box I have (very similar to this one) and it produced the same results. Through further research, I found that the -mlong-double-128 flag is not supported on the x86_64 architecture. However, that flag forces a type of "long double" to take up bits, which is the default anyways for x86_64, so theoretically, if the can get that configure file to ignore the fact that that flag isn't supported, it should compile fine. I tried modifying the configure.in file in the source to ignore this check, but crossdev insists on downloading the sources fresh whenever it is run. Are there any ways around this? s/up bits/up 128 bits/ *** This bug has been marked as a duplicate of bug 361779 *** |