Skip to content
Snippets Groups Projects
Commit dbe0fd25 authored by zimoch's avatar zimoch
Browse files

use ansi compiler (not strict) to allow variadic macros in EPICS 3.13

parent a9491eae
No related branches found
No related tags found
No related merge requests found
# driver.makefile # 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, ...) # This generic makefile compiles EPICS code (drivers, records, snl, ...)
# for all installed EPICS versions in parallel. # for all installed EPICS versions in parallel.
...@@ -788,6 +788,8 @@ RELEASE_INCLUDES = -I${EPICS_BASE}/include ...@@ -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/compiler/${CMPLR_CLASS}
RELEASE_INCLUDES += -I${EPICS_BASE}/include/os/${OS_CLASS} RELEASE_INCLUDES += -I${EPICS_BASE}/include/os/${OS_CLASS}
CMPLR=ANSI
${INSTALLRULE} ${INSTALL_DOCUS} ${INSTALL_PROJECTDBD} ${INSTALL_LIBRARY} ${INSTALL_DEP} ${INSTALLRULE} ${INSTALL_DOCUS} ${INSTALL_PROJECTDBD} ${INSTALL_LIBRARY} ${INSTALL_DEP}
# Create SNL code from st/stt file # Create SNL code from st/stt file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment