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
4efea26a
Commit
4efea26a
authored
Jan 25, 2000
by
simonmar
Browse files
[project @ 2000-01-25 10:31:08 by simonmar]
urk, Solaris sh doesn't understand [^0-9] in patterns, it seems.
parent
ddc83d41
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
4efea26a
...
...
@@ -137,7 +137,7 @@ i[[3456]]86-*-linux*)
HostVendor_CPP='unknown'
HostOS_CPP='linux'
;;
i[[3456]]86-*-freebsd[[
^0-2
]]*) # FreeBSD 3.0+ uses ELF
i[[3456]]86-*-freebsd[[
3-9
]]*) # FreeBSD 3.0+ uses ELF
HostPlatform=i386-unknown-freebsd # hack again
TargetPlatform=i386-unknown-freebsd
BuildPlatform=i386-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