diff --git a/config/CONFIG.Host.solaris-x86-gnu b/config/CONFIG.Host.solaris-x86-gnu new file mode 100644 index 000000000..662c25004 --- /dev/null +++ b/config/CONFIG.Host.solaris-x86-gnu @@ -0,0 +1,16 @@ +# CONFIG.Host.solaris-x86 +# +# This file is maintained by the EPICS community. +# Sites may override these definitions in CONFIG_SITE.Host.solaris-x86 + +-include $(EPICS_BASE)/config/CONFIG.Host.solaris + +# Solaris on x86 +ARCH_DEP_CFLAGS = -DSOLARIS -D_X86_ + +GCC = gcc +G++ = g++ + +ANSI=GCC +CPLUSPLUS=G++ +