summaryrefslogtreecommitdiff
path: root/gcc/test_driver
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-01 19:17:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-01 19:17:34 +0000
commitba5d55b7e3d61a7eef253dfd0aef14e5b9e8fcb7 (patch)
tree7f26f40a9cc82c9299ceb7c5f3bc5fe4b9cea8cb /gcc/test_driver
parent6effcd25d3fe3907d2d623b682ebead0ac9d2aee (diff)
2011-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* do_one: If a secondary language fails to build, do not abort build but continue on and attempt other secondary languages. Clean up arguments to rundeja to reflect clean up in that script. * rtems_gcc_main.c: Add /tmp directory and file support so more tests pass. Make sure argc/argv are correctly setup. * rtems_gcj_init.c: Add comment. * rundeja: Consolidate similar cases to eliminate duplication. * test_driver: Install autotools if autoconf is not at install point.
Diffstat (limited to 'gcc/test_driver')
-rwxr-xr-xgcc/test_driver2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/test_driver b/gcc/test_driver
index 58efa9d..860aa87 100755
--- a/gcc/test_driver
+++ b/gcc/test_driver
@@ -298,7 +298,7 @@ if [ ${doCleanInstallPoint} = "yes" ] ; then
fi
# Update gcc and install autotools in parallel
- if [ ${doCleanInstallPoint} = "yes" ] ; then
+ if [ ! -r ${INSTALL}/bin/autoconf ] ; then
install_auto
fi
if [ ${doUpdateTools} = "yes" ] ; then