diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
commit | 548b2141d8a12f51e1a427e0d67db6fa95954276 (patch) | |
tree | c42c4f257cdf07f974789ad7fa891b410bf4adb9 /set_soenv.in | |
parent | d499a8fedb1208dd993773501d1ef2afc674615b (diff) | |
parent | 857e5a528f8c5d1c0d9101d5caf139d5f4a7999b (diff) |
CWS-TOOLING: integrate CWS linuxaxp01
Diffstat (limited to 'set_soenv.in')
-rw-r--r-- | set_soenv.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in index 64815d418f99..58c81ee568f1 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -510,9 +510,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"; |