From 857e5a528f8c5d1c0d9101d5caf139d5f4a7999b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Mar 2010 16:02:56 +0000 Subject: linuxaxp01: #i110145# first cut --- set_soenv.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'set_soenv.in') diff --git a/set_soenv.in b/set_soenv.in index 1e74bb7526fe..88fa8e785db6 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -509,9 +509,9 @@ elsif ( $platform =~ m/linux/ ) elsif ($platform =~ m/^alpha/) { print "Setting Linux Alpha specific values... "; $outfile = "LinuxAlphaEnv.Set"; - $CPU = "A"; - $CPUNAME = "ALPHA_"; - $OUTPATH = "unxlnga"; + $CPU = "L"; + $CPUNAME = "AXP"; + $OUTPATH = "unxlngaxp"; $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."alpha"; $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."alpha".$ds."server"; $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."alpha".$ds."native_threads"; -- cgit