Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596584 - flag-o-matic.eclass: strip-flags should allow gcc-6 -no-pie option
Summary: flag-o-matic.eclass: strip-flags should allow gcc-6 -no-pie option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-09 01:30 UTC by Laine Gholson
Modified: 2016-11-11 22:21 UTC (History)
0 users

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 Laine Gholson 2016-10-09 01:30:34 UTC
gcc-6 uses -no-pie instead of -nopie (the latter doesn't work), and strip-flags should allow -no-pie.

steps to reproduce:
1. install gcc-6 with USE=pie
2. try to compile an application that uses strip-flags with CFLAGS="-fno-PIE" LDFLAGS="-no-pie"