Skip to content
Snippets Groups Projects
Commit 4efea26a authored by Simon Marlow's avatar Simon Marlow
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
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment