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

Incorrect cflags on aarch64 #39

Open
Mic92 opened this issue Dec 23, 2019 · 0 comments
Open

Incorrect cflags on aarch64 #39

Mic92 opened this issue Dec 23, 2019 · 0 comments

Comments

@Mic92
Copy link

Mic92 commented Dec 23, 2019

In the Makefile it sets -m64, which is not a valid flag on aarch64 (arm64):

CFLAGS += -O3 -fPIC -m64 -DDARWIN -no-cpp-precomp

This flag should be only set on x86_64.
Noticed in https://hydra.nixos.org/build/108686242/nixlog/1

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

No branches or pull requests

1 participant