Initial version

This commit is contained in:
Janet B. Anderson
2002-01-11 17:15:30 +00:00
parent d078efac59
commit 2d898312e1

View File

@@ -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++