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
4002418e
Commit
4002418e
authored
Nov 17, 2007
by
Ian Lynagh
Browse files
Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.ac
Patch from Brian P. O'Hanlon
parent
037aa382
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4002418e
...
...
@@ -161,7 +161,7 @@ amd64-*-openbsd*|x86_64-*-openbsd*)
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
amd64-*-freebsd*)
amd64-*-freebsd*
|x86_64-*-freebsd*
)
HostPlatform=x86_64-unknown-freebsd
TargetPlatform=x86_64-unknown-freebsd
BuildPlatform=x86_64-unknown-freebsd
...
...
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