[examples-v2 commit] README.waf: Update waf URL and sis->erc32

Joel Sherrill joel at rtems.org
Tue Sep 25 14:11:40 UTC 2018


Module:    examples-v2
Branch:    master
Commit:    2c8ab418bdf9719f952966fcf6807432ce4399b9
Changeset: http://git.rtems.org/examples-v2/commit/?id=2c8ab418bdf9719f952966fcf6807432ce4399b9

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Sep 24 17:33:53 2018 -0500

README.waf: Update waf URL and sis->erc32

---

 README.waf | 8 ++++----
 1 file 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:
 



More information about the vc mailing list