our embedded linux flavours

This commit is contained in:
zimoch
2011-03-22 13:31:12 +00:00
parent 564430c269
commit 7e454c62f2
2 changed files with 33 additions and 0 deletions

View File

@@ -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

View File

@@ -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