Skip to content
Commit 323e5910 authored by Yuvaraj Venkatesh's avatar Yuvaraj Venkatesh
Browse files

Fix warnings specific to GCC 9.4



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.

Signed-off-by: default avatarYuvaraj Venkatesh <yuvaraj.venkatesh@arm.com>
Change-Id: Idc4402b904e9c66f2b43771eb0140ed049b1c0f5
parent fe431ff3
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