From 5963d7e5e64821d89e8c3041e2230aae8941cae3 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 21 Jun 2012 09:51:58 +0000 Subject: [PATCH] Architecture name for IOxOS board changed from p2020 to e550v2 --- ...mbeddedlinux-p2020 => CONFIG.Common.embeddedlinux-e500v2} | 5 ++++- configure/os/CONFIG_SITE.linux-x86.Common | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) rename configure/os/{CONFIG.Common.embeddedlinux-p2020 => CONFIG.Common.embeddedlinux-e500v2} (52%) diff --git a/configure/os/CONFIG.Common.embeddedlinux-p2020 b/configure/os/CONFIG.Common.embeddedlinux-e500v2 similarity index 52% rename from configure/os/CONFIG.Common.embeddedlinux-p2020 rename to configure/os/CONFIG.Common.embeddedlinux-e500v2 index 5eb4196aa..896811bfa 100644 --- a/configure/os/CONFIG.Common.embeddedlinux-p2020 +++ b/configure/os/CONFIG.Common.embeddedlinux-e500v2 @@ -5,7 +5,10 @@ include $(CONFIG)/os/CONFIG.Common.linuxCommon ARCH_CLASS = ppc -GNU_DIR=/afs/psi.ch/project/embeddedlinux/freescale/usr/local/gcc-4.3.74-eglibc-2.8.74-dp-2/powerpc-none-linux-gnuspe/powerpc-none-linux-gnuspe +GNU_TARGET=powerpc-e500v2 +GNU_DIR=/opt/eldk-5.2/powerpc-e500v2/sysroots/i686-eldk-linux/usr +GNU_BIN=$(GNU_DIR)/bin/ppce500v2-linux-gnuspe +ARCH_DEP_CFLAGS += -mlongcall COMMANDLINE_LIBRARY = EPICS diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index b6c447cfc..c9d23a320 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -11,4 +11,4 @@ CROSS_COMPILER_TARGET_ARCHS += V67-ppc604 CROSS_COMPILER_TARGET_ARCHS += V63-ppc603 CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-xscale_be CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-ppc405 -CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-p2020 +CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-e500v2