From e73566996463fb1947cf80ad2e11fadce3dc0b66 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 13 Dec 1996 19:28:16 +0000 Subject: Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* include the doc subtree!!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9632 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/makeshlib.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/util/makeshlib.sh') diff --git a/src/util/makeshlib.sh b/src/util/makeshlib.sh index 74c73b7056..a8afb3b11b 100644 --- a/src/util/makeshlib.sh +++ b/src/util/makeshlib.sh @@ -96,15 +96,16 @@ mips-sni-sysv4) optflags="" if test "$HAVE_GCC"x = "x" ; then - optflags="-h $library" + optflags="" + CC=ld else # XXX assumes that we're either using # recent gld (binutils 2.7?) or else using native ld - optflags="-Wl,-h -Wl,$library" + optflags="" fi echo ld -dp -assert pure-text $ldflags -o $library $optflags $FILES $libdirfl - ld -dp -assert pure-text $ldflags -o $library $optflags $FILES $libdirfl +ld -dp -assert pure-text $ldflags -o $library $optflags $FILES $libdirfl stat=$? ;; *-*-aix*) -- cgit