Bug 14876 - arm-trusted-firmware can no longer be compiled with fPIE
Summary: arm-trusted-firmware can no longer be compiled with fPIE
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2022.02.3
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-27 10:09 UTC by alexandru.apostolescu
Modified: 2022-06-27 20:06 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexandru.apostolescu 2022-06-27 10:09:40 UTC
After a recent commit the rule for fPIE was removed and supposedly replaced with flag "ENABLE_PIE" but it can not be found.
commit hash: 467836357943f3a08a2ee3686e2878c51f9c4453
Comment 1 alexandru.apostolescu 2022-06-27 10:13:03 UTC
By mistake I copied another commit hash. This is the mentioned commit hash: 1061ed6c6273e90618b05ddc0cb66be17364da33
Comment 2 Arnout Vandecappelle 2022-06-27 20:06:10 UTC
You need to set the configuration option BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES to ENABLE_PIE=1.

Closing this issue under the assumption that that helps. If not, please reopen.