summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-13 22:17:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-13 22:17:30 +0000
commitde50b144cc0c7e23fa9892537d6ab6ee377eee4f (patch)
tree4d5d437356fe756099177728ed8adda3ad854c75 /README
parent452d0b5c1fd9173356d8dff2c48317e41bcb0ef3 (diff)
2011-03-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
* README, VERSIONS: Specify rtems-testing not gcc-testing.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 482f73a..0fbecd4 100644
--- a/README
+++ b/README
@@ -22,9 +22,9 @@ TESTROOT
- autoconf SOURCE directory
- binutils SOURCE directory
- newlib SOURCE directory
- - gcc-testing (this package)
+ - rtems-testing (this package)
-Update gcc-testing/VERSIONS to point to the appropriate directories
+Update rtems-testing/VERSIONS to point to the appropriate directories
and versions.
If the various source directories contain a CVS subdirectory,
@@ -45,7 +45,7 @@ How to Setup a Source Tree For Testing
# Add compiled tools install directory
export PATH=${HOME}/test-gcc/install/bin:${PATH}
# Add simulator scripts install directory
-export PATH=${HOME}/test-gcc/gcc-testing/bin:${PATH}
+export PATH=${HOME}/test-gcc/rtems-testing/bin:${PATH}
mkdir ~/test-gcc
cd ~/test-gcc
@@ -53,8 +53,8 @@ cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src login
cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS login
# test script infrastructure
-cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS co -P gcc-testing
-make -C gcc-testing/sim-scripts
+cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS co -P rtems-testing
+make -C rtems-testing/sim-scripts
# rtems
cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS co -P rtems