Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4d139998
Commit
4d139998
authored
Jan 28, 2000
by
simonmar
Browse files
[project @ 2000-01-28 14:14:01 by simonmar]
don't use ^ in patterns, Solaris sh barfs on it.
parent
8252a068
Changes
1
Hide whitespace changes
Inline
Side-by-side
distrib/configure-bin.in
View file @
4d139998
...
...
@@ -40,7 +40,7 @@ i[[3456]]86-*-linux*)
TargetPlatform=i386-unknown-linux;;
i[[3456]]86-*-freebsd2*)
TargetPlatform=i386-unknown-freebsd2;;
i[[3456]]86-*-freebsd[[
^0-2
]]*)
i[[3456]]86-*-freebsd[[
3-9
]]*)
TargetPlatform=i386-unknown-freebsd;;
i[[3456]]86-*-netbsd*)
TargetPlatform=i386-unknown-netbsd;;
...
...
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