summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--README35
-rw-r--r--VERSIONS2
3 files changed, 34 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..c6a472a
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2008-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * README, VERSIONS: Augment and update.
+ * ChangeLog: New file.
+
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.
diff --git a/VERSIONS b/VERSIONS
index 16fc7be..cc31c3f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -16,6 +16,6 @@ RTEMSDIR=${BASEDIR}/rtems
INSTALL=${BASEDIR}/install
BSP_INSTALL=${BASEDIR}/bsp-install
-SCRIPTDIR=${BASEDIR}/gcc-testing-import
+SCRIPTDIR=${BASEDIR}/gcc-testing
LOGDIR=${BASEDIR}/log