view sim_configure @ 1541:9a781f9c1338 default tip

Added tag aarch64-jdk8u60-b24.2 for changeset 6b5ede6157df
author adinn
date Wed, 19 Aug 2015 16:16:54 +0100
parents c84ecf29b243
children
line wrap: on
line source

#!/bin/sh -e
# check we have a simulator tree
if [ ! -d ../simulator ] ; then
  echo "downloading aarch64 simulator code from sourceforge into directory ../simulator"
  (cd .. ; hg clone http://hg.code.sourceforge.net/p/smallaarch64sim/code simulator)
fi

if [ ! -d ../binutils ] ; then
  echo "downloading aarch64 binutils code from sourceforge into directory ../binutils"
  echo "by executing the following command"
  (cd .. ; hg clone http://hg.code.sourceforge.net/p/binutilsaarch64/code binutils)
fi

# check we have a binutils tree

# now configure a jdk8 build using the small aarch64 simulator
sh ./configure --with-debug-level=slowdebug --with-boot-jdk=/usr/lib/jvm/java-1.7.0-openjdk --with-jvm-variants=client --with-sys-root=/ --openjdk-target=aarch64-oe-linux --disable-zip-debug-info