summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-22 17:33:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-22 17:33:38 +0200
commit3c2de34cc6d1965d833700ad6daf13e887c8b892 (patch)
tree4648fe32cf8b64c5db2ea7d28b3c1d2770a4befd
parentbuild: Do not require RTEMS_POSIX_API (diff)
downloadrtems-libbsd-3c2de34cc6d1965d833700ad6daf13e887c8b892.tar.bz2
README.rst: Remove RTEMS_POSIX_API from BSP config
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ff977470..9b328078 100644
--- a/README.rst
+++ b/README.rst
@@ -40,7 +40,7 @@ do this. The individual steps are explained afterwards.
../source-builder/sb-set-builder --prefix="$sandbox/rtems/6" 6/rtems-arm
cd "$sandbox"
cd rtems
- echo -e "[arm/xilinx_zynq_a9_qemu]\nRTEMS_POSIX_API = True" > config.ini
+ echo -e "[arm/xilinx_zynq_a9_qemu]" > config.ini
./waf configure --prefix "$sandbox/rtems/6"
./waf
./waf install
@@ -85,7 +85,7 @@ do this. The individual steps are explained afterwards.
$ cd "$sandbox"
$ cd rtems
- $ echo -e "[arm/xilinx_zynq_a9_qemu]\nRTEMS_POSIX_API = True" > config.ini
+ $ echo -e "[arm/xilinx_zynq_a9_qemu]" > config.ini
$ ./waf configure --prefix "$sandbox/rtems/6"
$ ./waf
$ ./waf install