Initial version. Has commented lines for new MinGW_w32 compiler version.
This commit is contained in:
17
configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw
Normal file
17
configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw
Normal file
@@ -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
|
||||
# <MinGW directory>/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
|
||||
|
||||
Reference in New Issue
Block a user