From a490b1885f3a7997cc973eb1707295e92c40543f Mon Sep 17 00:00:00 2001 From: kmpeters Date: Wed, 6 Jul 2011 21:12:35 +0000 Subject: [PATCH] Commented out the conditional setting of CROSS_COMPILER_TARGET_ARCHS to RTEMS-uC5282, since it breaks builds for vl-linux-x86 --- configure/CONFIG_SITE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 066d65b2..88366c5a 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -8,9 +8,9 @@ # CONFIG_SITE.Common.$(T_A) # CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) -ifeq ($(EPICS_HOST_ARCH),vl-linux-x86) -CROSS_COMPILER_TARGET_ARCHS = RTEMS-uC5282 -endif +#ifeq ($(EPICS_HOST_ARCH),vl-linux-x86) +#CROSS_COMPILER_TARGET_ARCHS = RTEMS-uC5282 +#endif # Set this when you only want to compile this application # for a subset of the cross-compiled target architectures