From 7efb669ee3b64e520ed032d0a718f49d9a49788f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 12 Dec 2007 20:01:03 +0000 Subject: [PATCH] Removed CC and CCC defs because they are in CONFIG.gnuCommon --- configure/os/CONFIG_SITE.linux-x86_64.UnixCommon | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.linux-x86_64.UnixCommon b/configure/os/CONFIG_SITE.linux-x86_64.UnixCommon index 36d396fd8..c23ccfdab 100644 --- a/configure/os/CONFIG_SITE.linux-x86_64.UnixCommon +++ b/configure/os/CONFIG_SITE.linux-x86_64.UnixCommon @@ -5,6 +5,3 @@ $ # Site Specific configure override definitions # Only the local epics system manager should modify this file -CC = $(GNU_BIN)/$(CMPLR_PREFIX)gcc$(CMPLR_SUFFIX) -CCC = $(GNU_BIN)/$(CMPLR_PREFIX)g++$(CMPLR_SUFFIX) -