Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
c883f696
Commit
c883f696
authored
Mar 10, 2005
by
simonmar
Browse files
[project @ 2005-03-10 14:03:28 by simonmar]
Add x86_64 platforms
parent
a510ffde
Changes
1
Hide whitespace changes
Inline
Side-by-side
distrib/configure-bin.ac
View file @
c883f696
...
...
@@ -82,6 +82,14 @@ sparc-sun-sunos4*)
TargetPlatform=sparc-sun-sunos4;;
sparc-sun-solaris2*)
TargetPlatform=sparc-sun-solaris2;;
x86_64-*-linux*)
TargetPlatform=x86_64-unknown-linux;;
x86_64-*-freebsd*)
TargetPlatform=x86_64-unknown-freebsd;;
x86_64-*-openbsd*)
TargetPlatform=x86_64-unknown-openbsd;;
x86_64-*-netbsd*)
TargetPlatform=x86_64-unknown-netbsd;;
*)
echo "Unrecognised platform: $TargetPlatform"
exit 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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