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

wrong CFLAGS in Makefile preventing build on x86_64 #4

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments
Open

wrong CFLAGS in Makefile preventing build on x86_64 #4

GoogleCodeExporter opened this issue Mar 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Download sreadahead-1.0
2. Unpack
3. make

What is the expected output? What do you see instead?
I expect sreadahead to be built.
Instead I get an error:
sreadahead.c:1: error: CPU you selected does not support x86-64 instruction set

What version of the product are you using? On what operating system?
1.0, Linux, Debian/sid

Please provide any additional information below.
To fix I changed "-march=i686" in the Makefile with
"-march=native".

Original issue reported on code.google.com by [email protected] on 30 Jan 2009 at 10:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant