[go: up one dir, main page]

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 fix to enable build for "unix" and "unix-armv7-hardfloat-neon" #116

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

Conversation

zoltanvb
Copy link
@zoltanvb zoltanvb commented Aug 7, 2022

When building through libretro-super scripts, the platform value passed on to make command will not be "linux", instead it can be "unix" or "unix-armv7-hardfloat-neon". Added these options.

Related similar PR in libretro-bsnes: libretro/bsnes-libretro#17

@DerKoun
Copy link
Owner
DerKoun commented Aug 8, 2022

Thanks.
It may take a bit until I get to it.

Does this enable certain specific devices? I'm always glad when more platforms can be built for. And I'm curious what new systems are opened up by it.

@zoltanvb
Copy link
Author
zoltanvb commented Aug 8, 2022

It is not for specific devices, but I did try a compilation via libretro-build.sh for a Raspberry Pi 2 and it resulted in a working image. The change is really simple and is only about accepting these 2 values for $platform. bsd was added for consistency since it already appeared in the higher level makefile.

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.

2 participants