summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-08 13:33:36 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-08 13:40:38 -0600
commit96edb09bc3ee8cd663c7a3aabb29ab9f8a9d2b1e (patch)
tree5ea1f8dd5b9e75387b9994ec21d3eab4418cb6ad
parentgcc testing: Build support packages with GCC (diff)
downloadrtems-testing-96edb09bc3ee8cd663c7a3aabb29ab9f8a9d2b1e.tar.bz2
VERSIONS: Do not use host specific information
-rw-r--r--VERSIONS15
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`"