forked from epics_driver_modules/require
use ansi compiler (not strict) to allow variadic macros in EPICS 3.13
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# driver.makefile
|
||||
#
|
||||
# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.94 2014/04/07 13:21:26 zimoch Exp $
|
||||
# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.95 2014/04/07 13:22:25 zimoch Exp $
|
||||
#
|
||||
# This generic makefile compiles EPICS code (drivers, records, snl, ...)
|
||||
# for all installed EPICS versions in parallel.
|
||||
@@ -788,6 +788,8 @@ RELEASE_INCLUDES = -I${EPICS_BASE}/include
|
||||
RELEASE_INCLUDES += -I${EPICS_BASE}/include/compiler/${CMPLR_CLASS}
|
||||
RELEASE_INCLUDES += -I${EPICS_BASE}/include/os/${OS_CLASS}
|
||||
|
||||
CMPLR=ANSI
|
||||
|
||||
${INSTALLRULE} ${INSTALL_DOCUS} ${INSTALL_PROJECTDBD} ${INSTALL_LIBRARY} ${INSTALL_DEP}
|
||||
|
||||
# Create SNL code from st/stt file
|
||||
|
||||
Reference in New Issue
Block a user