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
ccdb6d4b
Commit
ccdb6d4b
authored
Mar 07, 2006
by
Ian Lynagh
Browse files
Move the very broad "i[[3456]]86-*-gnu*" HostPlatform pattern to the end.
parent
71f2cb60
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ccdb6d4b
...
@@ -188,15 +188,6 @@ i[[3456]]86-*-linux*)
...
@@ -188,15 +188,6 @@ i[[3456]]86-*-linux*)
HostVendor_CPP='unknown'
HostVendor_CPP='unknown'
HostOS_CPP='linux'
HostOS_CPP='linux'
;;
;;
i[[3456]]86-*-gnu*)
HostPlatform=i386-unknown-gnu
TargetPlatform=i386-unknown-gnu
BuildPlatform=i386-unknown-gnu
HostPlatform_CPP=i386_unknown_gnu
HostArch_CPP=i386
HostVendor_CPP=unknown
HostOS_CPP=gnu
;;
i[[3456]]86-*-kfreebsd*-gnu)
i[[3456]]86-*-kfreebsd*-gnu)
HostPlatform=i386-unknown-kfreebsdgnu # hack again
HostPlatform=i386-unknown-kfreebsdgnu # hack again
TargetPlatform=i386-unknown-kfreebsdgnu
TargetPlatform=i386-unknown-kfreebsdgnu
...
@@ -280,6 +271,15 @@ i[[3456]]86-apple-darwin*)
...
@@ -280,6 +271,15 @@ i[[3456]]86-apple-darwin*)
HostVendor_CPP='apple'
HostVendor_CPP='apple'
HostOS_CPP='darwin'
HostOS_CPP='darwin'
;;
;;
i[[3456]]86-*-gnu*)
HostPlatform=i386-unknown-gnu
TargetPlatform=i386-unknown-gnu
BuildPlatform=i386-unknown-gnu
HostPlatform_CPP=i386_unknown_gnu
HostArch_CPP=i386
HostVendor_CPP=unknown
HostOS_CPP=gnu
;;
ia64-*-linux*)
ia64-*-linux*)
HostPlatform=ia64-unknown-linux # hack again
HostPlatform=ia64-unknown-linux # hack again
TargetPlatform=ia64-unknown-linux
TargetPlatform=ia64-unknown-linux
...
...
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