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

Not yet portable #29

Open
pshep opened this issue May 19, 2013 · 1 comment
Open

Not yet portable #29

pshep opened this issue May 19, 2013 · 1 comment

Comments

@pshep
Copy link

pshep commented May 19, 2013

Was attempting to compile for MIPS, but there's a check only allowing x86 or x64 arch and --prefix doesn't do anything.

@MatthewLM
Copy link
Owner

Hello. The build system is designed to compile for i386 and x86-64. I haven't added ay options for other architectures. The core code itself is designed to be portable. I've removed the architecture flags meaning it should compile to the native architecture by default. Then you can add the architecture flags to the the CFLAGS yourself. You can also use the CC environment variable to set a MIPS compiler.

If you run into any problems trying to compile for MIPS then let me know. The makefile adds some flags for linux and OSX builds based upon OSTYPE which you might not want.

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