ticket: 1790
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15819
dc483132-0cff-0310-8789-
dd5450dbe970
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>
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...