changeset 46:05e41e1c037b

icedtea/build.sh: Enable zero for icedtea6, disable shark for icedtea7.
author Mark Wielaard <mark@klomp.org>
date Sun, 01 Apr 2012 10:02:11 +0200
parents f8891d3c2d23
children 1bedbc59aeed
files icedtea/build.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/icedtea/build.sh	Wed Mar 21 13:36:40 2012 +0100
+++ b/icedtea/build.sh	Sun Apr 01 10:02:11 2012 +0200
@@ -112,10 +112,10 @@
 
 # Some additional VMs only build against one or the other version.
 if [ "${VERSIONSTR}" == "6" ]; then
- ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark"
+ ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark,zero"
  ADDITIONAL_OPTIONS=""
 elif [ "${VERSIONSTR}" == "7" ]; then
- ICEDTEA_ADDITIONAL_VMS="shark"
+ ICEDTEA_ADDITIONAL_VMS="cacao,jamvm"
  ADDITIONAL_OPTIONS="--disable-system-lcms --disable-system-gio"
 else
  ICEDTEA_ADDITIONAL_VMS=""