summaryrefslogtreecommitdiff
path: root/VERSIONS
blob: 92656720430cb864a160f17360959426b2f9f839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# USE FULL PATHS!!!
BASEDIR=/home/joel/work-gnat/svn/

RTEMS_VERSION=4.10

AUTOCONF=${BASEDIR}/autoconf-2.63
AUTOMAKE=${BASEDIR}/automake-1.10.2
GCCDIR=${BASEDIR}/gcc-svn
BINUTILSDIR=${BASEDIR}/binutils-cvs/src
NEWLIBDIR=${BASEDIR}/newlib-cvs/
GDBDIR=${BASEDIR}/gdb-cvs/src
RTEMSDIR=${BASEDIR}/rtems

# These things vary between the GCC CFARM and OAR test machines
case `hostname` in
  gcc*|RTBF64)
    NATIVE_GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
    GCC_EXTRA_ARGS="--with-mpfr=/opt/cfarm/mpfr-2.3.1/"
    ;;
  iceland*|*oarcorp*)
    NATIVE_GCC_EXTRA_ARGS=""
    GCC_EXTRA_ARGS=""
    ;;
  *)
    echo "UNKNOWN HOST!!!"
    exit 1
    ;;
esac

case `hostname` in
  RTBF32|RTBF64)
    MAKEJOBS="-j6"
    ;;
  *)
    MAKEJOBS="-j3"
    ;;
esac

INSTALL=${BASEDIR}/install
BSP_INSTALL=${BASEDIR}/bsp-install
SCRIPTDIR=${BASEDIR}/gcc-testing
LOGDIR=${BASEDIR}/log
RESULTSDIR=${BASEDIR}/results-trunk