summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-09-24 17:33:53 -0500
committerJoel Sherrill <joel@rtems.org>2018-09-24 17:52:53 -0500
commit2c8ab418bdf9719f952966fcf6807432ce4399b9 (patch)
treeea8efcff05ea94707890b513e8b2b7cc3e5d7649
parentc67e21b38b42eee66dc953489a1d8d5f959889c6 (diff)
README.waf: Update waf URL and sis->erc32
-rw-r--r--README.waf8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.waf b/README.waf
index dd339f4..bf379ae 100644
--- a/README.waf
+++ b/README.waf
@@ -3,7 +3,7 @@ RTEMS Waf
You can find the Waf project here:
- http://code.google.com/p/waf/
+ https://waf.io
Simple instructions on How to set up Waf is here:
@@ -28,14 +28,14 @@ Steps
5. Configure with your specific settings. In this case the path to the tools
and RTEMS and provided on the command line and so do not need to be in your
- path or environment [1] and we limit the build to 'sparc/sis' BSP:
+ path or environment [1] and we limit the build to 'sparc/erc32' BSP:
$ waf configure --rtems=$HOME/Development/rtems/build/4.11 \
--rtems-tools=$HOME/Development/rtems/4.11 \
- --rtems-bsps=sparc/sis
+ --rtems-bsps=sparc/erc32
You can use '--rtems-archs=sparc,i386' or
- '--rtems-bsps=sparc/sis,i386/pc586' to build for more than BSP at a time.
+ '--rtems-bsps=sparc/erc32,i386/pc586' to build for more than BSP at a time.
6. Build: