Backing out bogus solaris bustage fix which is causing Forte bustage; essentially reverting both files to version 5.0.2.2 (bug 134101). r=sspitzer@netscape.com

git-svn-id: svn://10.0.0.236/branches/ldapcsdk_50_client_branch@117735 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%netscape.com
2002-03-29 21:33:42 +00:00
parent e87a1baee3
commit bc8e42740f
2 changed files with 4 additions and 4 deletions

View File

@@ -4627,7 +4627,7 @@ EOF
fi
PR_MD_CSRCS=solaris.c
DSO_LDOPTS='-G -h $(notdir $@)'
if test -z "$GNU_CC"; then
if test -n "$GNU_CC"; then
DSO_CFLAGS=-fPIC
else
DSO_CFLAGS=-KPIC
@@ -4635,7 +4635,7 @@ EOF
if test -z "$GNU_AS"; then
ASFLAGS="$ASFLAGS -Wa,-P"
fi
if test -z "$GNU_CC"; then
if test -n "$GNU_CC"; then
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
if test -n "$USE_MDUPDATE"; then

View File

@@ -1602,7 +1602,7 @@ mips-sony-newsos*)
fi
PR_MD_CSRCS=solaris.c
DSO_LDOPTS='-G -h $(notdir $@)'
if test -z "$GNU_CC"; then
if test -n "$GNU_CC"; then
DSO_CFLAGS=-fPIC
else
DSO_CFLAGS=-KPIC
@@ -1610,7 +1610,7 @@ mips-sony-newsos*)
if test -z "$GNU_AS"; then
ASFLAGS="$ASFLAGS -Wa,-P"
fi
if test -z "$GNU_CC"; then
if test -n "$GNU_CC"; then
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
if test -n "$USE_MDUPDATE"; then