19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
# Moxa DA-66x with Montavista Linux 4.0
|
|
|
|
# Include definitions common to all Linux targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
COMMANDLINE_LIBRARY = READLINE_CURSES
|
|
|
|
ARCH_CLASS = xscale
|
|
|
|
GNU_DIR=/opt/moxa/xscale_be/armv5teb-montavista-linuxeabi
|
|
|
|
ARCH_DEP_CFLAGS += -funwind-tables
|
|
|
|
# have no C++11
|
|
STD_CXXFLAGS =
|
|
|
|
# Cannot build PVA because of missing boost support
|
|
SKIP_BUILDS = pv% normativeTypes
|