Change for purify - define GCC_EXEC_PREFIX only for cross builds.

This commit is contained in:
Janet B. Anderson
2001-08-29 15:00:06 +00:00
parent f3dc728e89
commit 678818b59f

View File

@ -4,7 +4,9 @@
GNU_BIN = $(GNU_DIR)/bin
GNU_LIB = $(GNU_DIR)/lib
ifneq ($(EPICS_HOST_ARCH),$(T_A))
export GCC_EXEC_PREFIX = $(GNU_LIB)/gcc-lib/
endif
CC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
CCC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)