genode/repos/base/mk/spec/arm.mk
Emery Hemingway 8cb8082206 Remove Nim support from toolchain
Nim components are best build externally using the Nimble tools and a
Genode SDK.

See https://github.com/ehmry/nim-genode

Fix #2949
2019-01-07 12:25:42 +01:00

16 lines
261 B
Makefile

#
# ARM-specific Genode headers
#
REP_INC_DIR += include/spec/arm
SPECS += 32bit
#
# Prevent compiler message
# "note: the mangling of 'va_list' has changed in GCC 4.4"
#
CC_C_OPT += -Wno-psabi
CC_CXX_OPT += -Wno-psabi
include $(BASE_DIR)/mk/spec/32bit.mk