view env.sh @ 26:82bf91673f25

Add information in README and env.sh; added a missing file to make the completed build.
author Ao Qi <aoqi@loongson.cn>
date Tue, 09 Nov 2010 13:21:20 +0800
parents
children f4c60f770c45
line wrap: on
line source

export LANG=C
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-6-openjdk/bin
export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
export ALT_BINARY_PLUGS_PATH=~/openjdk-binary-plugs
export ARCH_DATA_MODEL=32

unset CLASSPATH
unset JAVA_HOME

#The default hotspot-build is all_product. Setting DEBUG_NAME would change the target.
#export DEBUG_NAME=debug 

# By setting the environment variables below, components can be built separately.
#export BUILD_LANGTOOLS=false
#export BUILD_CORBA=false
#export BUILD_JAXP=false
#export BUILD_JAXWS=false
#export BUILD_JDK=false
#export BUILD_DEPLOY=false

# When building jaxp, it seems a bug that jdk6-jaxp-2009_10_13.zip cannot be downloaded.
# The workaround is to download it by "wget ", and set ALT_DROPS_DIR to the dir where the zip is.
#export ALT_DROPS_DIR=~/zip_dir