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
1eff6846
Commit
1eff6846
authored
Mar 23, 2006
by
Volker Stolz
Browse files
Accept amd64-*-freebsd architecture
parent
7aede9b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
1eff6846
...
...
@@ -125,6 +125,15 @@ amd64-*-openbsd*|x86_64-*-openbsd*)
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
amd64-*-freebsd*)
HostPlatform=x86_64-unknown-freebsd
TargetPlatform=x86_64-unknown-freebsd
BuildPlatform=x86_64-unknown-freebsd
HostPlatform_CPP='x86_64_unknown_freebsd'
HostArch_CPP='x86_64'
HostVendor_CPP='unknown'
HostOS_CPP='freebsd'
;;
arm*-linux*)
HostPlatform=arm-unknown-linux # hack again
TargetPlatform=arm-unknown-linux
...
...
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