From b326097bedf52630e4075391d2eb9fbe93653554 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Tue, 26 Oct 2010 15:42:31 -0500 Subject: [PATCH] Initial version. Has commented lines for new MinGW_w32 compiler version. --- .../CONFIG_SITE.win32-x86-mingw.win32-x86-mingw | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw diff --git a/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw b/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw new file mode 100644 index 000000000..259d1e0c8 --- /dev/null +++ b/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw @@ -0,0 +1,17 @@ +# CONFIG_SITE.win32-x86-mingw.win32-x86-mingw +# +# $Revision-Id$ +# +# Site Specific definitions for win32-x86-mingw target +# Only the local epics system manager should modify this file + + +# Uncomment the following settings for MinGW_w32 releases +# /bin should be in your path +#CMPLR_PREFIX=i686-w64-mingw32- +#CC = $(CMPLR_PREFIX)gcc +#CCC = $(CMPLR_PREFIX)g++ +#AR = $(CMPLR_PREFIX)ar -rc +#LD = $(CMPLR_PREFIX)ld -r +#RANLIB = $(CMPLR_PREFIX)ranlib +