[rtems-testing commit] VERSIONS: Do not use host specific information
Joel Sherrill
joel at rtems.org
Tue Jan 8 19:35:49 UTC 2013
Module: rtems-testing
Branch: master
Commit: 96edb09bc3ee8cd663c7a3aabb29ab9f8a9d2b1e
Changeset: http://git.rtems.org/rtems-testing/commit/?id=96edb09bc3ee8cd663c7a3aabb29ab9f8a9d2b1e
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Jan 8 13:33:36 2013 -0600
VERSIONS: Do not use host specific information
---
VERSIONS | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/VERSIONS b/VERSIONS
index ba9fabe..1bde44f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -34,20 +34,5 @@ SCRIPTDIR=${BASEDIR}/rtems-testing
LOGDIR=${BASEDIR}/log
RESULTSDIR=${BASEDIR}/results-trunk
-# These things vary between the GCC CFARM Debian and OAR Fedora test machines
-# TODO: It would be good to probe to figure this out.
-case `hostname` in
- gcc*)
- NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
- GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
- ;;
- rtbf32a|rtbf64*|iceland*|*oarcorp*)
- ;;
- *)
- echo "UNKNOWN HOST!!!"
- exit 1
- ;;
-esac
-
# Specify the desired parallelism
MAKEJOBS="-j`/usr/bin/getconf _NPROCESSORS_ONLN`"
More information about the vc
mailing list