diff --git a/configure/os/CONFIG.Common.embeddedlinux-ppc405 b/configure/os/CONFIG.Common.embeddedlinux-ppc405 new file mode 100644 index 000000000..af57cc1b5 --- /dev/null +++ b/configure/os/CONFIG.Common.embeddedlinux-ppc405 @@ -0,0 +1,20 @@ +# CONFIG.Common.embeddedlinux-ppc405 +# +# Include definitions common to all Linux targets +include $(CONFIG)/os/CONFIG.Common.linuxCommon + +ARCH_CLASS = ppc + +GNU_DIR=/afs/psi.ch/project/embeddedlinux/virtex5 + +LINK.loadable_shrlib = $(CCC) -o $@ $(LOADABLE_SHRLIB_LDFLAGS) $(SHRLIBDIR_LDFLAGS) $(LDFLAGS) +LINK.loadable_shrlib += $(LIB_LDFLAGS) $(LIBRARY_LD_OBJS) $(LIBRARY_LD_RESS) $(SHRLIB_LDLIBS) + +ifeq ($(BUILD_CLASS),CROSS) + GNU_TARGET = powerpc-405-linux-gnu + CMPLR_PREFIX = $(addsuffix -,$(GNU_TARGET)) +endif + +COMMANDLINE_LIBRARY = EPICS + +OS_CLASS_PREFIX=Embedded diff --git a/configure/os/CONFIG.Common.embeddedlinux-xscale_be b/configure/os/CONFIG.Common.embeddedlinux-xscale_be new file mode 100644 index 000000000..66a46b2f6 --- /dev/null +++ b/configure/os/CONFIG.Common.embeddedlinux-xscale_be @@ -0,0 +1,13 @@ +# Include definitions common to all Linux targets +include $(CONFIG)/os/CONFIG.Common.linuxCommon + +ARCH_CLASS = xscale + +GNU_DIR=/afs/psi.ch/project/embeddedlinux/moxa/xscale_be + +ifeq ($(BUILD_CLASS),CROSS) + GNU_TARGET = xscale_be + CMPLR_PREFIX = $(addsuffix -,$(GNU_TARGET)) +endif + +COMMANDLINE_LIBRARY = READLINE_CURSES