added binary compatibility tests for Solaris x86

This commit is contained in:
sonmi%netscape.com 2001-06-12 01:25:04 +00:00
parent 2fb89eeb0a
commit 78ad808db6

View File

@ -166,7 +166,11 @@ fi
if [ -z "$BC_MASTER" ] # master directory for backwardscompatibility testing
then # a linux compiler bug prevents us from doing the
# testing against a rtm - so we rebuild the branch
BC_MASTER="nss32/builds/20010510.1-nss-3.2-ref"
if [ "`uname -sp`" != "SunOS i386" ] ; then
BC_MASTER="nss32/builds/20010510.1-nss-3.2-ref"
else
BC_MASTER="nss32/builds/20010530.1.nss321_rtm_solaris"
fi
fi
BC_RELEASE=3.2
export BC_RELEASE