changeset 2029:10ca3e9d199f

Remove hardcoded "gcc" to fix building on systems without gcc.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 12 Nov 2019 00:26:10 +0000
parents fb292c267f52
children 2cbbbc850b8d
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Nov 12 00:19:09 2019 +0000
+++ b/Makefile.in	Tue Nov 12 00:26:10 2019 +0000
@@ -44,7 +44,7 @@
 #   - Build the $(TARGET) library, eg. lib$(TARGET).so.0.0
 #   - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN)
 #
-SYSCONF_LINK_SHLIB	= gcc
+SYSCONF_LINK_SHLIB	= @CC@
 SYSCONF_LINK_TARGET_SHARED = @SYSCONF_LINK_TARGET_SHARED@
 SYSCONF_LINK_LIB_SHARED	=  $(SYSCONF_LINK_SHLIB) $(SYSCONF_LFLAGS_SHOBJ) \
 				     -o $(SYSCONF_LINK_TARGET_SHARED) \