New issue
Advanced search Search tips

Issue 678441 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Build chrome objects with -fPIE

Project Member Reported by rahulchaudhry@chromium.org, Jan 5 2017

Issue description

When building Chrome for Chrome OS, source files are compiled with -fPIC.
This is required if the generated object is going to be in a shared library.

For objects that don't go in any shared library and are linked only into the final chrome PIE binary, we should use -fPIE instead of -fPIC.

 
Components: Infra

Comment 2 by mmoss@chromium.org, Jan 2 2018

Components: -Infra Infra>Client>ChromeOS
[It appears that a bunch of old cros issues bulk-added the "Infra" component recently, but they should probably be "Infra>Client>ChromeOS".]
Components: -Infra>Client>ChromeOS
Components: Tools>ChromeOS-Toolchain
Owner: yunlian@chromium.org
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
Owner: manojgupta@chromium.org

Sign in to add a comment