CC and CCC definitions changed to reflect GNU defaults.

This commit is contained in:
Janet B. Anderson
2005-02-25 16:02:57 +00:00
parent 4b0ba2c7f6
commit f1760c0b76
11 changed files with 42 additions and 36 deletions

View File

@@ -23,6 +23,11 @@ LIB_PREFIX =lib
LIB_SUFFIX = .a
MUNCH_SUFFIX = .munch
#-------------------------------------------------------
# Compiler definitions
CC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
CCC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
#-------------------------------------------------------
# Library definitions
LIBNAME = $(BUILD_LIBRARY:%=$(LIB_PREFIX)%$(LIB_SUFFIX))