From 80c29ae9071f0f35666be969c78e40ff33845d8c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 13 Sep 2003 04:17:08 +0000 Subject: [PATCH] Oops, naughty naughty. Use $(CC), not gcc ticket: 1790 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15819 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 4 ++-- src/config/shlib.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 6b3ff9ee2..a65196668 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,7 +1,7 @@ 2003-09-13 Ken Raeburn - * shlib.conf (*-*-linux*): Use gcc for linking shared libraries, - and -Wl to pass linker flags in, so gcc can supply the necessary + * shlib.conf (*-*-linux*): Use $(CC) for linking shared libraries, + and -Wl to pass linker flags in, so it can supply the necessary support libraries. 2003-08-29 Ken Raeburn diff --git a/src/config/shlib.conf b/src/config/shlib.conf index 7422d0a69..7f04155cc 100644 --- a/src/config/shlib.conf +++ b/src/config/shlib.conf @@ -263,7 +263,7 @@ mips-*-netbsd*) SHLIBEXT=.so # Linux ld doesn't default to stuffing the SONAME field... # Use objdump -x to examine the fields of the library - LDCOMBINE='gcc -shared -fPIC -Wl,-h,lib$(LIB)$(SHLIBSEXT)' + LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,lib$(LIB)$(SHLIBSEXT)' LDCOMBINE_TAIL='' # For cases where we do have dependencies on other libraries # built in this tree... -- 2.26.2