diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2003-09-13 04:17:08 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2003-09-13 04:17:08 +0000 |
| commit | 80c29ae9071f0f35666be969c78e40ff33845d8c (patch) | |
| tree | 858acb846e61ff83c1522f7509192d2011b81039 /src | |
| parent | 7ccf1eeadf51f00517798df0cb22e8a61aabddf7 (diff) | |
Oops, naughty naughty. Use $(CC), not gcc
ticket: 1790
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15819 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 <raeburn@mit.edu> - * 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 <raeburn@mit.edu> 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... |
