From 8ab5db019f96bea4536ce45ae11712e8cd220fa0 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 24 Nov 2011 09:00:53 +0000 Subject: [PATCH] define cross compiler archs in common file --- configure/os/CONFIG_SITE.SL5-x86.Common | 5 ----- configure/os/CONFIG_SITE.SL5-x86_64.Common | 7 ++----- configure/os/CONFIG_SITE.linux-x86.Common | 9 +++++---- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/configure/os/CONFIG_SITE.SL5-x86.Common b/configure/os/CONFIG_SITE.SL5-x86.Common index 67d1f7a32..332cebc34 100644 --- a/configure/os/CONFIG_SITE.SL5-x86.Common +++ b/configure/os/CONFIG_SITE.SL5-x86.Common @@ -1,6 +1 @@ include $(CONFIG)/os/CONFIG_SITE.linux-x86.Common -CROSS_COMPILER_TARGET_ARCHS += T2-ppc604 -CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-xscale_be -CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-ppc405 -CROSS_COMPILER_TARGET_ARCHS += V67-ppc604 - diff --git a/configure/os/CONFIG_SITE.SL5-x86_64.Common b/configure/os/CONFIG_SITE.SL5-x86_64.Common index 135c13e5d..942ee1fa2 100644 --- a/configure/os/CONFIG_SITE.SL5-x86_64.Common +++ b/configure/os/CONFIG_SITE.SL5-x86_64.Common @@ -1,5 +1,2 @@ -include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.Common -CROSS_COMPILER_TARGET_ARCHS += T2-ppc604 -CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-xscale_be -CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-ppc405 - +include $(CONFIG)/os/CONFIG_SITE.linux-x86.Common +CROSS_COMPILER_TARGET_ARCHS += SL5-x86 diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index 7142f9868..21c396dfc 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -6,7 +6,8 @@ # Site override definitions for linux-x86 host builds #------------------------------------------------------- -# JBA test override values -#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 solaris-sparc -#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040 -#CROSS_COMPILER_TARGET_ARCHS = RTEMS-mvme2100 RTEMS-pc386 # RTEMS-mvme5500 RTEMS-mvme167 +CROSS_COMPILER_TARGET_ARCHS += T2-ppc604 +CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-xscale_be +CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-ppc405 +CROSS_COMPILER_TARGET_ARCHS += V67-ppc604 +CROSS_COMPILER_TARGET_ARCHS += V63-ppc603