our embedded linux flavours
This commit is contained in:
20
configure/os/CONFIG.Common.embeddedlinux-ppc405
Normal file
20
configure/os/CONFIG.Common.embeddedlinux-ppc405
Normal 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
|
||||
13
configure/os/CONFIG.Common.embeddedlinux-xscale_be
Normal file
13
configure/os/CONFIG.Common.embeddedlinux-xscale_be
Normal 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
|
||||
Reference in New Issue
Block a user