summaryrefslogtreecommitdiffstats
path: root/README.configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-27 23:39:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-27 23:39:29 +0000
commit1f0f3e3560205928f3f4b7249f090df9c752d767 (patch)
treef819fb78d15cbd70a3abab98b5bcf8417370ebdf /README.configure
parentchanged version number to 4.1.0. (diff)
downloadrtems-1f0f3e3560205928f3f4b7249f090df9c752d767.tar.bz2
added ka9q stack
Diffstat (limited to '')
-rw-r--r--README.configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.configure b/README.configure
index 574123ee70..9a20359e71 100644
--- a/README.configure
+++ b/README.configure
@@ -19,6 +19,7 @@ RTEMS-specific option are supported:
--disable-rtems-inlines
--disable-posix
--disable-tests
+ --disable-ka9q
--enable-gcc28
--enable-libcdir=<DIRECTORY>
--enable-rtemsbsp="bsp1 bsp2 ..."
@@ -26,6 +27,9 @@ RTEMS-specific option are supported:
By default, the RTEMS posix interface is built for targets that support
it. It can be disabled with the --disable-posix option.
+By default, the RTEMS port of the KA9Q TCP/IP stack is build for targets
+that support it. It can be disabled with the --disable-ka9q option.
+
By default, the RTEMS test suites are configured. The --disable-tests
will not configure the RTEMS test suite. This is used only to speed-up
configuration in case building the tests are not necessary.