From 3b9ce581f05b693e8a476a2b317fd1d8974ea731 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 7 May 2009 16:00:16 +0000 Subject: [PATCH] Added include for CONFIG_SITE.$(EPICS_HOST_ARCH).linuxCommon overrides. --- configure/os/CONFIG.Common.linuxCommon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.linuxCommon b/configure/os/CONFIG.Common.linuxCommon index d8b5b453c..fb331e9d5 100644 --- a/configure/os/CONFIG.Common.linuxCommon +++ b/configure/os/CONFIG.Common.linuxCommon @@ -36,5 +36,7 @@ PRODDIR_LDFLAGS += $(PROD_DEPLIB_DIRS:%=-Wl,-rpath,%) # Definitions used when COMMANDLINE_LIBRARY is READLINE LDLIBS_READLINE = -lreadline -lncurses +#-------------------------------------------------- +# Allow site overrides -include $(CONFIG)/os/CONFIG_SITE.Common.linuxCommon - +-include $(CONFIG)/os/CONFIG_SITE.$(EPICS_HOST_ARCH).linuxCommon