development/ecl: Drop note about gc/libatomic_ops from README.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2016-02-06 22:27:47 +01:00 committed by Willy Sudiarto Raharjo
parent f33d224762
commit 4e8541c06f

View file

@ -1,4 +1,4 @@
ECL is an implementation of the Common Lisp language as defined by the
ECL is an implementation of the Common Lisp language as defined by the
ANSI X3J13 specification. The most relevant features are:
- A bytecodes compiler and interpreter.
- Compiles Lisp also with any C/C++ compiler.
@ -6,6 +6,3 @@ ANSI X3J13 specification. The most relevant features are:
- ASDF, Sockets, Gray streams, MOP, and other useful components.
- Extremely portable.
- A reasonable license.
libatomic_ops and gc are optional dependencies; if they are not present
during build, ecl will use internal copies of each.