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

BUG: Fix clean target when cross-building #101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jlduran
Copy link
Owner

@jlduran jlduran commented Oct 30, 2024

When cross-building on arm64, either from macOS or Linux, make clean fails due to not setting the proper machine/arch.

Evidently this is not the appropriate fix, however when trying to trace the origin, I quickly got lost. Maybe it is just easier to point it here, so someone can really fix it, or further study the intricacies of the FreeBSD build system.

@jlduran jlduran self-assigned this Oct 30, 2024
@jlduran jlduran changed the title WIP Fix macOS crossbuilds BUG: Fix clean target when cross-building Oct 30, 2024
@jlduran jlduran force-pushed the fix-crossbuilds branch 5 times, most recently from d1dd8e4 to 2a992ad Compare November 3, 2024 09:46
When cross-building, either on macOS or Linux, make clean
fails due to not setting the proper machine/arch.

Evidently this is not the appropriate fix, however when trying to trace
the origin, I quickly got lost.  Maybe it is just easier to point it
here, so someone can really fix it, or further study the intricacies of
the FreeBSD build system.
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.

1 participant