New CPP definition.

This commit is contained in:
Janet B. Anderson
1999-12-08 21:45:22 +00:00
parent 3fb42aaeb1
commit de014e8e9b

View File

@@ -40,7 +40,7 @@ GNU_LIB = $(VX_GNU_LIB_$(TORNADO))
GCC = $(GNU_BIN)/cc$(CMPLR_SUFFIX) -B$(GNU_LIB)/gcc-lib/ -nostdinc
AR = $(GNU_BIN)/ar$(CMPLR_SUFFIX)
CPP = $(GNU_BIN)/cpp$(CMPLR_SUFFIX) -nostdinc
CPP = $(GNU_BIN)/cc$(CMPLR_SUFFIX) -B$(GNU_LIB)/gcc-lib/ -nostdinc -x c -E
RANLIB = $(GNU_BIN)/ranlib$(CMPLR_SUFFIX)
LD = $(GNU_BIN)/ld$(CMPLR_SUFFIX) -r