agent/make/saenv64.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6892186 Cdiff agent/make/saenv64.sh

agent/make/saenv64.sh

Print this page

        

*** 41,52 **** echo "unknown CPU, only sparcv9, amd64 are supported!" exit 1 fi fi ! LD_AUDIT_64=$STARTDIR/../src/os/solaris/proc/$CPU/libsaproc_audit.so ! export LD_AUDIT_64 SA_LIBPATH=$STARTDIR/../src/os/solaris/proc/$CPU:$STARTDIR/solaris/$CPU OPTIONS="-Dsa.library.path=$SA_LIBPATH -Dsun.jvm.hotspot.debugger.useProcDebugger" if [ "x$SA_JAVA" = "x" ]; then --- 41,60 ---- echo "unknown CPU, only sparcv9, amd64 are supported!" exit 1 fi fi ! # configure audit helper library if SA_ALTROOT is set ! if [ -n "$SA_ALTROOT" ]; then ! LD_AUDIT_64=$STARTDIR/../src/os/solaris/proc/$CPU/libsaproc_audit.so ! export LD_AUDIT_64 ! if [ ! -f $LD_AUDIT_64 ]; then ! echo "SA_ALTROOT is set and can't find libsaproc_audit.so." ! echo "Make sure to build it with 'make natives'." ! exit 1 ! fi ! fi SA_LIBPATH=$STARTDIR/../src/os/solaris/proc/$CPU:$STARTDIR/solaris/$CPU OPTIONS="-Dsa.library.path=$SA_LIBPATH -Dsun.jvm.hotspot.debugger.useProcDebugger" if [ "x$SA_JAVA" = "x" ]; then
agent/make/saenv64.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File