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

Add support for little-endian MIPS #14

Merged
merged 3 commits into from
Jan 21, 2016
Merged

Add support for little-endian MIPS #14

merged 3 commits into from
Jan 21, 2016

Conversation

jrtc27
Copy link
Contributor

@jrtc27 jrtc27 commented Jan 20, 2016

Little-endian MIPS is identified by mipsel, so this makes the configure script treat mips* as MIPS. I have also included a couple of cleanup commits; I don't know if these are desired, so I can remove them from the pull request (or alter them) if you would like. The current configure is outdated compared to configure.ac, and so will need to be regenerated.

dcjm added a commit that referenced this pull request Jan 21, 2016
Add support for little-endian MIPS
@dcjm dcjm merged commit 20c792f into polyml:master Jan 21, 2016
@dcjm
Copy link
Contributor

dcjm commented Jan 21, 2016

I've committed this as is. I don't feel strongly one way or another about the clean-ups. The configure test was deliberately set as mips rather than mips* in the previous commit because at that stage it wasn't clear that it would work on little-endian mips.

@jrtc27 jrtc27 deleted the mipsel branch January 27, 2016 19:53
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.

None yet

2 participants