add --with-<feature> and --without-<feature> support to make.sh
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 3f0c6ae..b702cea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
 changes relative to sbcl-1.0.54:
   * enhancements to building SBCL:
+    ** --with-<feature> and --without-<feature> can be used to specify
+       which features to build with.
     ** --arch option can be used to specify the architecture to build for.
        (Mainly useful for building 32-bit SBCL's on x86-64 hosts, not
        full-blows cross-compilation.)