Remove outdated notes

This commit is contained in:
Pierre Pronchery 2017-11-13 20:29:38 +01:00
parent 25df9d5073
commit 306508bf37

View File

@ -23,15 +23,6 @@ To install libSystem in a dedicated directory, like `/path/to/libSystem`:
$ make PREFIX="/path/to/libSystem" install
Platform-specific notes
-----------------------
On some GNU/Linux distributions, it may be necessary to link libSystem to libdl
explicitly:
$ make LDFLAGS="-ldl"
Generating Makefiles
--------------------