added definition of INLINE

This commit is contained in:
Jeff Hill
2000-01-25 01:25:07 +00:00
parent 02846c5acc
commit ac891fde6a

View File

@@ -76,7 +76,7 @@ INSTALL_INCLUDES += \
#--------------------------------------------------
# GNU compiler defaults
GCC = $(GNU_BIN)/cc$(CMPLR_SUFFIX)
GCC = $(GNU_BIN)/cc$(CMPLR_SUFFIX) -D INLINE=__inline__
GCC_AR = $(GNU_BIN)/ar$(CMPLR_SUFFIX)
GCC_CPP = $(GNU_BIN)/cc$(CMPLR_SUFFIX) -x c -E
GCC_RANLIB = $(GNU_BIN)/ranlib$(CMPLR_SUFFIX)