aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-08-08 22:16:44 +0000
committerKen Raeburn <raeburn@mit.edu>2007-08-08 22:16:44 +0000
commitaaf601df99a779d673037a94ca2984ed14e8b484 (patch)
treee180288c1351a2086c3d85d32a4c53c69713e467 /src/config
parent632737ed6605e6e977b7e4a28fb40ad9a4f567bd (diff)
downloadkrb5-aaf601df99a779d673037a94ca2984ed14e8b484.zip
krb5-aaf601df99a779d673037a94ca2984ed14e8b484.tar.gz
krb5-aaf601df99a779d673037a94ca2984ed14e8b484.tar.bz2
Get rid of some old SunOS 4 config stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19762 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/shlib.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/config/shlib.conf b/src/config/shlib.conf
index c10ce4f..bc4a51e 100644
--- a/src/config/shlib.conf
+++ b/src/config/shlib.conf
@@ -344,24 +344,6 @@ mips-*-netbsd*)
RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;'
;;
-*-*-sunos*)
- PICFLAGS=-fpic
- SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
- SHLIBEXT=.so
- # The following grossness is to prevent relative paths from
- # creeping into the RPATH of an executable or library built
- # under SunOS; the explicit setting of LD_LIBRARY_PATH does
- # does not make it into the output file, while directories
- # passed by "-Ldirname" do.
- LDCOMBINE='LD_LIBRARY_PATH=`echo $(SHLIB_DIRS) | sed -e "s/-L//g" -e "s/ /:/g"` ld -dp -assert pure-text'
- SHLIB_EXPFLAGS='-L$(SHLIB_RDIRS) $(SHLIB_EXPLIBS)'
- PROFFLAGS=-pg
- # ick.
- RPATH_FLAG=-L
- CC_LINK_SHARED='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"` $(PURE) $(CC) $(RPATH_FLAG)$(PROG_RPATH) $(CFLAGS) $(LDFLAGS)'
- CC_LINK_STATIC='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g` $(PURE) $(CC) $(CFLAGS) $(LDFLAGS)'
- RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;'
- ;;
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
PICFLAGS=-fPIC
SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'