view clean @ 2219:0a14ff0a8cc4

Fixed the OpenJDK build script to allow client compiler builds for x64 architecture.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 24 Feb 2011 13:41:58 +0100
parents 6223633ce7dd
children
line wrap: on
line source

#!/bin/bash
pushd make
LANG=C ARCH_DATA_MODEL=64 HOTSPOT_BUILD_JOBS=16 make clean
popd