diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 0e0188e..c82ed7a 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -1,6 +1,6 @@ # driver.makefile # -# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.91 2013/12/23 13:04:54 zimoch Exp $ +# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.92 2014/02/19 10:54:29 zimoch Exp $ # # This generic makefile compiles EPICS code (drivers, records, snl, ...) # for all installed EPICS versions in parallel. @@ -696,7 +696,8 @@ endif # snc location in 3.14 #-include ${SNCSEQ}/configure/RULES_BUILD # incompatible to 3.15 -SNC=${SNCSEQ}/bin/$(EPICS_HOST_ARCH)/snc +SNCPATH=$(firstword $(realpath ${SNCSEQ}/bin/$(EPICS_HOST_ARCH)) $(realpath ${SNCSEQ}/bin/$(EPICS_HOST_ARCH:_64=))) +SNC=${SNCPATH}/snc SNC_CFLAGS=-I ${SNCSEQ}/include endif # 3.14 diff --git a/epicsEndian.h b/epicsEndian.h index 4f59703..1ab101d 100644 --- a/epicsEndian.h +++ b/epicsEndian.h @@ -1,6 +1,9 @@ #ifndef INC_epicsEndian_H #define INC_epicsEndian_H +#define EPICS_ENDIAN_LITTLE 1234 +#define EPICS_ENDIAN_BIG 4321 + #if defined (vxWorks) #include