Page MenuHomeFreeBSD

Add -fPIC to the arm64 cflags where needed
ClosedPublic

Authored by andrew on Aug 6 2015, 4:11 PM.
Tags
None
Referenced Files
F81517624: D3321.diff
Wed, Apr 17, 10:54 AM
F81508458: D3321.diff
Wed, Apr 17, 8:38 AM
Unknown Object (File)
Thu, Apr 4, 11:14 PM
Unknown Object (File)
Thu, Apr 4, 11:13 PM
Unknown Object (File)
Thu, Apr 4, 11:13 PM
Unknown Object (File)
Thu, Apr 4, 11:10 PM
Unknown Object (File)
Jan 31 2024, 2:14 PM
Unknown Object (File)
Jan 31 2024, 2:14 PM
Subscribers

Details

Summary

This adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS, and are failing to build.

Test Plan

This is untested and should have an aarch64 Poudriere run.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew retitled this revision from to Add -fPIC to the arm64 cflags where needed.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added subscribers: emaste, sbruno.
bapt added a reviewer: bapt.
This revision is now accepted and ready to land.Aug 6 2015, 4:12 PM

Should be fine to turn on -- these ports don't build on FreeBSD/arm64 today so we don't have arm64 regressions to worry about here :)

This revision was automatically updated to reflect the committed changes.