Base / Ub-20 clang-10 C++11 (push) Has been cancelled
Base / MacOS clang-12 (push) Has been cancelled
Base / Ub-16 clang-9 (push) Has been cancelled
Base / Ub-20 clang-10 (push) Has been cancelled
Base / Ub-20 gcc-9 + MinGW (push) Has been cancelled
Base / Ub-20 gcc-9 + RT-4.10 (push) Has been cancelled
Base / Ub-20 gcc-9 + RT-4.9 (push) Has been cancelled
Base / Ub-20 gcc-9 + RT-5.1 beatnik (push) Has been cancelled
Base / Ub-20 gcc-9 + RT-5.1 pc686 (push) Has been cancelled
Base / Ub-20 gcc-9 + RT-5.1 uC5282 (push) Has been cancelled
Base / Ub-20 gcc-9 + RT-5.1 xilinx_zynq_a9_qemu (push) Has been cancelled
Base / Win2019 mingw (push) Has been cancelled
Base / Ub-20 gcc-9 C++11, static (push) Has been cancelled
Base / Ub-20 gcc-9 + MinGW, static (push) Has been cancelled
Base / Ub-16 gcc-4.8 (push) Has been cancelled
Base / Ub-16 gcc-4.9 (push) Has been cancelled
Base / Ub-20 gcc-8 (push) Has been cancelled
Base / Ub-20 gcc-9 (push) Has been cancelled
Base / Win2019 MSC-19, debug (push) Has been cancelled
Base / Win2019 MSC-19 (push) Has been cancelled
Base / Win2019 MSC-19, static (push) Has been cancelled
24 lines
720 B
Plaintext
24 lines
720 B
Plaintext
# Moxa DA-66x with SDK 4.2 and ARM7 processor
|
|
|
|
# Include definitions common to all Linux ARM targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-arm
|
|
|
|
GNU_DIR=/afs/psi.ch/project/embeddedlinux/moxa/arm-linux-4.4.2-v4
|
|
GNU_TARGET=arm
|
|
ARCH_DEP_LDFLAGS+=-Wl,-rpath-link,$(GNU_DIR)/arm-none-linux-gnueabi/lib
|
|
ARCH_DEP_LDFLAGS+=-Wl,-rpath-link,$(INSTALL_LIB)
|
|
|
|
COMMANDLINE_LIBRARY = READLINE_NCURSES
|
|
|
|
# suppress note "the mangling of 'va_list' has changed in GCC 4.4"
|
|
ARCH_DEP_CXXFLAGS += -Wno-psabi
|
|
|
|
ARCH_DEP_CFLAGS += -funwind-tables
|
|
|
|
# have no full C++11
|
|
STD_CXXFLAGS = -std=c++0x
|
|
|
|
# accept4() exists but does not work
|
|
# Give fake __rtems__ macro to posix/osdSock.c because that disables accept4()
|
|
osdSock_CFLAGS += -D__rtems__
|