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

Make call to uname portable. #8

Merged
merged 1 commit into from
Apr 28, 2016
Merged

Make call to uname portable. #8

merged 1 commit into from
Apr 28, 2016

Conversation

hewittc
Copy link
Contributor

@hewittc hewittc commented Apr 28, 2016

Minor change to expand compability in Makefile. Some distributions do not exhibit expected behavior with the -p flag, but work fine with -m:

e.g. Arch Linux ARM:

% uname -p
unknown

% uname -m
armv7l

From uname's man page:

       -m, --machine
              print the machine hardware name

       -p, --processor
              print the processor type (non-portable)

@olajep olajep merged commit 06de158 into parallella:master Apr 28, 2016
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