summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-26 20:00:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-26 20:00:55 +0000
commit5e35b215d7f0834297d33ac26b443f206db70f47 (patch)
tree911cac05c27cf989db2b796b5d3040466fd07676 /README
parente20033637d746a928570101df000df79f93d5898 (diff)
2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* README, VERSIONS: Augment and update. * ChangeLog: New file.
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 28 insertions, 7 deletions
diff --git a/README b/README
index e7268de..988bd52 100644
--- a/README
+++ b/README
@@ -11,27 +11,48 @@ as at OAR.
Source Code and Patches
=======================
-You are responsible for setting up the source.
+You are responsible for setting up the source. And it should look
+something like this:
+TESTROOT
+ - gcc-SOURCE
+ - gdb-SOURCE
+ - rtems-SOURCE
+ - automake-SOURCE
+ - autoconf-SOURCE
+ - binutils-SOURCE
+ - gcc-testing (this package)
+
+Update gcc-testing/VERSIONS to point to the appropriate directories
+and versions.
+
+rtems-SOURCE is assumed to be a CVS checkout by test_driver.
+gcc-SOURCE is assumed to be an SVN checkout by test_driver.
+
+Look near the top of do_one for a number of environment variables
+such as whether to build binutils and gdb from source or just
+copy the RPM contents to the working install point.
+
+do_one in this directory has a LOT of options to control what to do.
DejaGNU Support Files
=====================
-${HOME}/.dejagnurc contains the following single line:
+${HOME}/.dejagnurc may point dejagnu to another location.
set boards_dir /home/joel/dejagnu/boards
-And the tree "dejagnu" in this source package is mirrored
-or symlinked to ${HOME}.
+The scripts in this directory use their own dejagnu/boards support.
Ada ACATS Testing Support Files
===============================
-The files in gcc/testsuite/ada/acats/ go into that directory
-in the gcc source tree.
+The files in gcc/testsuite/ada/acats/ directory support
+that directory in the gcc source tree.
C/C++ Support Files
======================
-rtems_gcc_main.c and rundeja go in the top directory
+The files rtems_gcc_main.c and rundeja in the top directory
+support the gcc/testsuite subdirectory in the gcc source tree.