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

Makefile: add powerpc case #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barracuda156
Copy link

@barracuda156 barracuda156 commented Feb 25, 2024

@JFreegman While there are no arch-specific configs at the moment (platforms dir is empty), perhaps add the case of powerpc anyway?

Alternatively, this should also work:

ifeq ($(UNAME_M), "Power Macintosh")
    -include $(CFG_DIR)/platforms/powerpc.mk
endif

(Yes, uname -m returns an awkward value.)


This change is Reviewable

@JFreegman
Copy link
Member

Why include a non-existent file?

@barracuda156
Copy link
Author

Makefile does this for other archs. Placeholders for custom optional configs?

Copy link
Member

@JFreegman JFreegman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained

@iphydf iphydf added this to the v0.16.x milestone Nov 29, 2024
@iphydf iphydf modified the milestones: v0.16.x, v0.16.1 Dec 22, 2024
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.

3 participants