mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 09:25:17 +08:00
libbsd.txt: Move buildsets description
This commit is contained in:
12
README.rst
12
README.rst
@@ -147,6 +147,18 @@ If you have a few source trees working at any one time with different tool sets
|
||||
or configurations you can easly move between them safe in the knowledge that
|
||||
one build will not infect another.
|
||||
|
||||
Buildsets
|
||||
=========
|
||||
|
||||
Note that the LibBSD supports different buildsets. These can be selected with
|
||||
the ``--buildset=some.ini`` option during the configure phase. Take a look at
|
||||
the comments in ``buildset/*.ini`` to see which build sets are officially
|
||||
supported.
|
||||
|
||||
You can also create and provide your own buildset configuration. But remember
|
||||
that it's quite easy to break something by disabling the wrong modules. Only
|
||||
the configurations in the ``buildset`` directory are officially maintained.
|
||||
|
||||
Branches
|
||||
========
|
||||
|
||||
|
13
libbsd.txt
13
libbsd.txt
@@ -7,19 +7,6 @@ RTEMS BSD Library Guide
|
||||
|
||||
== Getting Started
|
||||
|
||||
=== BSD Library Configuration and Build ===
|
||||
|
||||
The build system based on the Waf build system. To build with Waf please refer
|
||||
to the README.waf file.
|
||||
|
||||
Note that the libbsd supports different buildsets. These can be selected with
|
||||
the `--buildset=xxx.ini` option during the configure phase. Take a look at the
|
||||
comments in `buildset/*.ini` to see which build sets are officially supported.
|
||||
|
||||
You can also create and provide your own buildset configuration. But remember
|
||||
that it's quite easy to break something by disabling the wrong modules. Only the
|
||||
configurations in the `buildset` directory are officially maintained.
|
||||
|
||||
===== Example Configuration for Network Tests =====
|
||||
|
||||
If you need some other IP configuration for the network tests that use a fixed
|
||||
|
Reference in New Issue
Block a user