diff --git a/configure/os/CONFIG.Common.embeddedlinux-p2020 b/configure/os/CONFIG.Common.embeddedlinux-p2020 new file mode 100644 index 000000000..5eb4196aa --- /dev/null +++ b/configure/os/CONFIG.Common.embeddedlinux-p2020 @@ -0,0 +1,11 @@ +# CONFIG.Common.embeddedlinux-p2020 +# +# Include definitions common to all Linux targets +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 + + +COMMANDLINE_LIBRARY = EPICS diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index 21c396dfc..b6c447cfc 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -7,7 +7,8 @@ #------------------------------------------------------- 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 +CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-xscale_be +CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-ppc405 +CROSS_COMPILER_TARGET_ARCHS += embeddedlinux-p2020