Skip to content

Commit

Permalink
OS-1577 configure should set JAVA_HOME
Browse files Browse the repository at this point in the history
OS-1578 configure should set GNU ROOT
  • Loading branch information
rmustacc committed Sep 27, 2012
1 parent dc896e8 commit 016194f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -277,12 +277,12 @@ CW_NO_SHADOW="1"; export CW_NO_SHADOW
BUILD_TOOLS="\${CODEMGR_WS}/usr/src/tools/proto/root_\${MACH}-nd/opt"; export BUILD_TOOLS
SPRO_ROOT=/opt/SUNWspro; export SPRO_ROOT
SPRO_VROOT=\$SPRO_ROOT; export SPRO_VROOT
AW_AS="${ROOT}/proto.strap/usr/gnu/bin/as"; export AW_AS
AW_AS64="${ROOT}/proto.strap/usr/gnu/bin/as"; export AW_AS64
GNU_ROOT="${ROOT}/proto.strap/usr/gnu" export GNU_ROOT
export GCC_ROOT=${ROOT}/proto.strap/usr; # Where to find GCC4.x
export CW_GCC_DIR=\${GCC_ROOT}/bin; # A temporary hack to allow bootstrap of cw(1)
export __GNUC=""; # Use GCC as the primary compiler
export __GNUC4=""; # Use GCC4 specific flags
JAVA_ROOT=/opt/local/java/sun6; export JAVA_ROOT
EOF
Expand Down

0 comments on commit 016194f

Please sign in to comment.