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

fix: Use -fhonour-copts rather than $(TARGET_CFLAGS) #32

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

cpswan
Copy link
Member

@cpswan cpswan commented Nov 28, 2024

Fixes #31

- What I did

Replaced $(TARGET_CFLAGS) with -fhonour-copts to prevent compiler errors when building for ramips.

- How I did it

Discussion with arch group chose this as the pragmatic way ahead (rather than trying to figure out why $(TARGET_CFLAGS) for ramips is throwing in bad flags

- How to verify it

I've already done manual builds for a variety of targets and it'd produced good packages without warnings.

- Description for the changelog

fix: Use -fhonour-copts rather than $(TARGET_CFLAGS)

@cpswan cpswan self-assigned this Nov 28, 2024
@cpswan cpswan merged commit 5e9374a into trunk Nov 28, 2024
1 check passed
@cpswan cpswan deleted the cpswan-fhonour-copts branch November 28, 2024 16:29
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.

$(TARGET_CFLAGS) causes build to fail for ramips
1 participant