view env_debug.sh @ 19:142b74086f40

Removed unimplemented parts in Makefile, so a relatively complete JRE can be built.
author Ao Qi <aoqi@loongson.cn>
date Fri, 29 Oct 2010 09:44:58 +0800
parents c1e1428eff7c
children
line wrap: on
line source

export LANG=C
export LC_ALL=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_BOOTDIR=/home/loongson/java/j2sdk-gs2
export ALT_BINARY_PLUGS_PATH=/opt/java/openjdk-binary-plugs
#export ALT_JDK_IMPORT_PATH=/usr/lib/jvm/java-6-openjdk
export ARCH_DATA_MODEL=32

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

# If want to build entire JDK, set all envs below true.
export BUILD_LANGTOOLS=false
export BUILD_CORBA=false
export BUILD_JAXP=false
export BUILD_JAXWS=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

export BUILD_MOTIF=false
export BUILD_JDK=false
export BUILD_DEPLOY=false

unset CLASSPATH
unset JAVA_HOME