From b27caeab76fe273b11ec0b5b4b68cfa905f40b8b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Mar 2001 22:01:41 +0000 Subject: [PATCH] Changed CCC to CC in CPP definition. --- configure/CONFIG.gnuCommon | 2 +- configure/os/CONFIG.hpux-parisc.hpux-parisc | 2 +- configure/os/CONFIG.osf-alpha.osf-alpha | 2 +- configure/os/CONFIG.solaris-x86.solaris-x86 | 2 +- configure/os/CONFIG.sun4-68k.sun4-68k | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure/CONFIG.gnuCommon b/configure/CONFIG.gnuCommon index 9d679cf03..b0b9670e3 100644 --- a/configure/CONFIG.gnuCommon +++ b/configure/CONFIG.gnuCommon @@ -10,7 +10,7 @@ CC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX) CCC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX) AR = $(GNU_BIN)/$(CMPLR_PREFIX)ar$(CMPLR_SUFFIX) -rc LD = $(GNU_BIN)/$(CMPLR_PREFIX)ld$(CMPLR_SUFFIX) -r -CPP = $(CCC) -x c -E +CPP = $(CC) -x c -E RANLIB = $(GNU_BIN)/$(CMPLR_PREFIX)ranlib$(CMPLR_SUFFIX) CODE_CFLAGS = -fPIC diff --git a/configure/os/CONFIG.hpux-parisc.hpux-parisc b/configure/os/CONFIG.hpux-parisc.hpux-parisc index 38d4c5674..ae75af7b4 100644 --- a/configure/os/CONFIG.hpux-parisc.hpux-parisc +++ b/configure/os/CONFIG.hpux-parisc.hpux-parisc @@ -9,7 +9,7 @@ CC = cc CCC = aCC -CPP = $(CCC) -E +CPP = $(CC) -E RANLIB = AR = ar -rc LD = ld -r diff --git a/configure/os/CONFIG.osf-alpha.osf-alpha b/configure/os/CONFIG.osf-alpha.osf-alpha index 18130eb7e..fe970668e 100644 --- a/configure/os/CONFIG.osf-alpha.osf-alpha +++ b/configure/os/CONFIG.osf-alpha.osf-alpha @@ -9,7 +9,7 @@ CC = cc CCC = cxx -CPP = $(CCC) -E +CPP = $(CC) -E RANLIB = AR = ar LD = -r diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index 627be6416..eb1de16c7 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -14,7 +14,7 @@ SPARCWORKS = /opt/SUNWspro CC = $(SPARCWORKS)/bin/cc CCC = $(SPARCWORKS)/bin/CC -CPP = $(CCC) -E +CPP = $(CC) -E RANLIB = # required by sun's C++ compiler AR = $(CCC) -xar -o diff --git a/configure/os/CONFIG.sun4-68k.sun4-68k b/configure/os/CONFIG.sun4-68k.sun4-68k index 6221ca76e..51d1f378d 100644 --- a/configure/os/CONFIG.sun4-68k.sun4-68k +++ b/configure/os/CONFIG.sun4-68k.sun4-68k @@ -15,7 +15,7 @@ ARCH_CLASS = 68k CC = cc CCC = CC -CPP = $(CCC) -E +CPP = $(CC) -E RANLIB = ranlib -t AR = $(CCC) -xar -o LD = ld -r