Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128023 - Use of deprecated has_hardened in sys-devel/gcc-3.4.5-r1
Summary: Use of deprecated has_hardened in sys-devel/gcc-3.4.5-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-29 11:22 UTC by Jan Kundrát (RETIRED)
Modified: 2006-03-29 23:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kundrát (RETIRED) gentoo-dev 2006-03-29 11:22:04 UTC
Current stable x86 gcc ebuild (3.4.5-r1) complains with " * has_hardened: deprecated, please use gcc-specs-{relro,now}()!". I don't know if it's from the ebuild or eclass.

Seems to be related to bug 100974...
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2006-03-29 13:03:33 UTC
The 'has_hardened' was added for bug #79852 - any objections to changing it to 'gcc-specs-ssp'?  I think it's a combination of ssp, march and optimisation options that caused the original problem.

Comment 2 SpanKY gentoo-dev 2006-03-29 15:42:16 UTC
feel free to change whatever wrt hardened
Comment 3 Kevin F. Quinn (RETIRED) gentoo-dev 2006-03-29 23:18:38 UTC
ok; replaced has_hardened with gcc-specs-ssp.