set_soenv.in (83fd49d4) | set_soenv.in (7a46fbe4) |
---|---|
1#!@PERL@ -w 2# 3############################################################### 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 383 unchanged lines hidden (view full) --- 392 $outfile = "FreeBSDX86Env.Set"; 393 $CPU = "I"; 394 $CPUNAME = "INTEL"; 395 $OUTPATH = "unxfbsdi"; 396 $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; 397 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; 398 $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; 399 } | 1#!@PERL@ -w 2# 3############################################################### 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 383 unchanged lines hidden (view full) --- 392 $outfile = "FreeBSDX86Env.Set"; 393 $CPU = "I"; 394 $CPUNAME = "INTEL"; 395 $OUTPATH = "unxfbsdi"; 396 $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386"; 397 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."client"; 398 $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."i386".$ds."native_threads"; 399 } |
400 elsif ($platform =~ m/^arm.*?l-/) 401 { print "Setting FreeBSD ARM specific values... "; 402 $outfile = "FreeBSDARMEnv.Set"; 403 $CPU = "R"; 404 $CPUNAME = "ARM"; 405 $OUTPATH = "unxfbsdr"; 406 $JRELIBDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."arm"; 407 $JRETOOLKITDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."arm".$ds."server"; 408 $JRETHREADDIR = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."arm".$ds."native_threads"; 409 $EPM_FLAGS = "-a arm"; 410 } |
|
400 elsif ($platform =~ m/^powerpc/) 401 { 402 if (($platform =~ m/^powerpc64/) && ('@SIZEOF_LONG@' eq '8')) { 403 print "Setting FreeBSD PPC64 specific values... "; 404 $outfile = "FreeBSDPPC64Env.Set"; 405 $OUTPATH = "unxfbsdppc64"; 406 $CPUNAME = "POWERPC64"; 407 --- 2274 unchanged lines hidden --- | 411 elsif ($platform =~ m/^powerpc/) 412 { 413 if (($platform =~ m/^powerpc64/) && ('@SIZEOF_LONG@' eq '8')) { 414 print "Setting FreeBSD PPC64 specific values... "; 415 $outfile = "FreeBSDPPC64Env.Set"; 416 $OUTPATH = "unxfbsdppc64"; 417 $CPUNAME = "POWERPC64"; 418 --- 2274 unchanged lines hidden --- |