Skip to content
Snippets Groups Projects
Commit 2335060c authored by Austin Seipp's avatar Austin Seipp
Browse files

And don't forget FreeBSD

parent e81c630a
No related branches found
No related tags found
No related merge requests found
...@@ -218,13 +218,13 @@ ...@@ -218,13 +218,13 @@
<listitem> <listitem>
<para> <para>
On Linux and Mac OS X, GHCi now uses the system On Linux, FreeBSD and Mac OS X, GHCi now uses the
dynamic linker by default, instead of its built in system dynamic linker by default, instead of its built
(static) object linker. This is more robust in (static) object linker. This is more robust
cross-platform, and fixes many long-standing bugs (for cross-platform, and fixes many long-standing bugs (for
example: constructors and destructors, weak example: constructors and destructors, weak symbols,
symbols, etc work correctly, and several edge cases in etc work correctly, and several edge cases in the RTS
the RTS are fixed.) are fixed.)
</para> </para>
<para> <para>
...@@ -1181,7 +1181,7 @@ ...@@ -1181,7 +1181,7 @@
<listitem> <listitem>
<para> <para>
On Windows, we currently don't ship dynamic libraries On Windows, we currently don't ship dynamic libraries
or use a dynamic GHCi, unlike Linux or OS X. or use a dynamic GHCi, unlike Linux, FreeBSD or OS X.
</para> </para>
</listitem> </listitem>
......
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