Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fixes for FreeBSD #629

Closed
wants to merge 2 commits into from
Closed

Build fixes for FreeBSD #629

wants to merge 2 commits into from

Conversation

valpackett
Copy link
Contributor

This fixes the ABI arch detection and a BFD-related build issue.

On FreeBSD/amd64, CMAKE_SYSTEM_PROCESSOR reports amd64.
The comment says "If we attempt to link against static bfd…", but the check was against .so.
This resulted in libiberty not being found on my FreeBSD box.
@winterz
Copy link
Member

winterz commented Mar 23, 2021

committed thanks
91917fa

@winterz winterz closed this Mar 23, 2021
@winterz
Copy link
Member

winterz commented Mar 24, 2021

FYI: today I updated the 3rdparty/backward-cpp to a more modern version (v1.5) which already had a fix.
hopefully still works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants