| Summary: | dev-lang/perl-5.8.8-r8: I can not compile with the option msseregparm... | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | jadd <dajasu51> |
| Component: | [OLD] Development | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
emerge-world |
||
|
Description
jadd
2010-09-18 18:24:00 UTC
Created attachment 247886 [details]
build.log
Created attachment 247889 [details]
emerge-world
man gcc.
-msseregparm
Use SSE register passing conventions for float and double arguments
and return values. You can control this behavior for a specific
function by using the function attribute -msseregparm.
Warning: if you use this switch then you must build all modules
with the same value, including any libraries. This includes the
system libraries and startup modules.
So, why is it you are trying to use this CFLAG and what do you think it will give you?
Also, please explain what the *PROBLEM* is. From looking at your bug report, I cannot see anything obviously wrong.
Noted that I think this specific problem is outside the realm of what we should be supporting, and if it is indeed a problem in perl not compiling with that flag, we're probably just going to mask that flag, and punt it upstream.
I agree. |