Summary: | Please remove C(XX)FLAGS checks from profiles/arch/amd64/profile.bashrc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sebastian Luther (few) <SebastianLuther> |
Component: | Eclasses | Assignee: | Gentoo Quality Assurance Team <qa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amd64, lpmichalik, releng |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Sebastian Luther (few)
2009-12-10 13:34:28 UTC
Just to clarify: those functions check if a flag is supported by current compiler and filter them out if they are not. That discards 3 last points of the above, with 2nd last point being inverted -- gcc might stop supporting given option and user never realizes. I do understand that killing that file might generate lots of duplicate bugs (as users had the possibility to insert typos for about 20 months), therefore I propose to change filtering into die()ing with a useful description of what went wrong. AMD64: Could we please rip these out of here? It doesn't seem like a very good idea. Let me know and I'll take care of it. (In reply to comment #2) > AMD64: Could we please rip these out of here? It doesn't seem like a very good > idea. Let me know and I'll take care of it. > Mark feel free to do it yourself since I do have other amd64 related things in my TODO list atm. Thanks Got rid of the profile.bashrc entirely since that's all it did. |