Skip to content
Commit 4718b915 authored by Yuvaraj Venkatesh's avatar Yuvaraj Venkatesh
Browse files

Fix OpenSSF-related warnings for GCC



These warnings were not flagged by Clang but triggered by the GCC compiler.

GCC 9.4 throws relocation errors when linking with -pie unless all objects are compiled with -fpie.
To resolve this, replaced -pie with -fpie to ensure consistent position-independent code generation
during both compilation and linking.

Change-Id: Iba7ce1d0e84d8040dafe65c41fd553c342507cbc
Signed-off-by: default avatarYuvaraj Venkatesh <yuvaraj.venkatesh@arm.com>
parent 43757fe4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment