summaryrefslogtreecommitdiff
path: root/rtems-coverage/VERSIONS-COVERAGE
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-23 22:00:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-23 22:00:32 +0000
commitd830157e0d1991274a8c893fbdb27dd8c92b7db3 (patch)
tree3e88b3c64e85541845a6febf3f463696f253cc34 /rtems-coverage/VERSIONS-COVERAGE
parentc7a2d490351b8df4cf5950e456a0d5093e9a8fac (diff)
2010-03-23 Joel Sherrill <joel@oarcorp.com>
* CoverageReaderQEMU.cc: Default to stat() not stat64() if on ancient gcc as is present in Redhat 7.x where RTEMS 4.5 is maintained. * VERSIONS-COVERAGE: Add 4.5 stanza. * do_coverage: Support 4.5. Detect when no symbols. Alow for copying executables as well as linking.
Diffstat (limited to 'rtems-coverage/VERSIONS-COVERAGE')
-rw-r--r--rtems-coverage/VERSIONS-COVERAGE6
1 files changed, 5 insertions, 1 deletions
diff --git a/rtems-coverage/VERSIONS-COVERAGE b/rtems-coverage/VERSIONS-COVERAGE
index 3849498..9636bbb 100644
--- a/rtems-coverage/VERSIONS-COVERAGE
+++ b/rtems-coverage/VERSIONS-COVERAGE
@@ -2,8 +2,12 @@
BASEDIR=${HOME}/test-gcc
-RTEMS_VERSION=4.6
+RTEMS_VERSION=4.5
case ${RTEMS_VERSION} in
+ 4.5) RTEMSDIR=${BASEDIR}/rtems-45
+ TARDIR=${BASEDIR}/tarballs/4.5
+ DEFAULT_EXEEXT=exe
+ ;;
4.6) RTEMSDIR=${BASEDIR}/rtems-46
TARDIR=${BASEDIR}/tarballs/4.6
DEFAULT_EXEEXT=exe