Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
aea7d71f
Commit
aea7d71f
authored
Aug 25, 2006
by
Ian Lynagh
Browse files
Add mipsel case to configure.ac
parent
6b1654fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
aea7d71f
...
...
@@ -387,6 +387,15 @@ mips-*-linux*)
HostVendor_CPP='unknown'
HostOS_CPP='linux'
;;
mipsel-*-linux*)
HostPlatform=mipsel-unknown-linux # hack again
TargetPlatform=mipsel-unknown-linux
BuildPlatform=mipsel-unknown-linux
HostPlatform_CPP='mipsel_unknown_linux'
HostArch_CPP='mipsel'
HostVendor_CPP='unknown'
HostOS_CPP='linux'
;;
mips-dec-ultrix*)
HostPlatform_CPP='mips_dec_ultrix'
HostArch_CPP='mipsel' # NB a little different
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment