From 16e1d46c577a0c4918bba650378b9b98c17f107a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 21 Dec 2009 19:29:29 +0000 Subject: [PATCH] Added include line for CONFIG_SITE file overrides. --- configure/os/CONFIG.Common.vxWorks-486 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/os/CONFIG.Common.vxWorks-486 b/configure/os/CONFIG.Common.vxWorks-486 index 456852cc6..bbde1b4cd 100644 --- a/configure/os/CONFIG.Common.vxWorks-486 +++ b/configure/os/CONFIG.Common.vxWorks-486 @@ -20,4 +20,6 @@ ARCH_DEP_CFLAGS = -m486 ARCH_DEP_CXXFLAGS += -x 'c++' ARCH_DEP_CFLAGS += -fno-defer-pop +# Allow site overrides +-include $(CONFIG)/os/CONFIG_SITE.Common.vxWorks-486