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 default build architecture #1

Closed
LancePutnam opened this issue Aug 9, 2012 · 1 comment
Closed

Makefile default build architecture #1

LancePutnam opened this issue Aug 9, 2012 · 1 comment

Comments

@LancePutnam
Copy link
Member

Currently the Makefile build system uses the kernel bit-mode (uname -m) to determine the build architecture of 32- or 64-bit. However, the user space bit mode may be a more logical default. How do we detect this? This page compares various techniques: http://lists.us.dell.com/pipermail/linux-poweredge/2011-February/044344.html .

mantaraya36 added a commit that referenced this issue Aug 30, 2013
this builds alloutil on my mac..
@mantaraya36
Copy link
Contributor

Cmake will do this for us, and can be overriden.

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

2 participants