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