view clean @ 1443:1b7acf75f900

Made setting C1X options from HotSpot command line more robust.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 04 Nov 2010 15:34:50 +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