-
Notifications
You must be signed in to change notification settings - Fork 316
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
MIPS64 port #80
Comments
Is there any progress on mips port? |
For MIPS, you can always just enable the GCC built-in port. That will be sub-optimal but might be with-in acceptable range and still correct. This falls back to using compiler built-ins. What do you think? Regarding MIPS64 being first-class citizen, still didn't get access to a box. Would you be willing to provide access to one? Should be straight-forward. |
It's a pity that I don't have an open access mips box for you at present. I am going to build it myself, since I don't have enough experience on GCC compiling, I'm not so sure about that. |
Ok. I did push changes to master such that if you use “use CC builtins”, it will build on non-tier 1 platforms. Confirmed build works for sysbench with this. I found a MIPS box on the GCC compile farm. I’ll see if I can bring it up tomorrow night. |
Hi, ck 0.7.1 on mips64el build (with CC builtins though): otoh, mipsel (32bit) did fail: Regards, |
@cognet - I can take this on, pending remote access to MIPS64 box.
The text was updated successfully, but these errors were encountered: