From 96edb09bc3ee8cd663c7a3aabb29ab9f8a9d2b1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Jan 2013 13:33:36 -0600 Subject: VERSIONS: Do not use host specific information --- VERSIONS | 15 --------------- 1 file changed, 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`" -- cgit v1.2.3