genode/repos/base/mk/spec/arm.mk

18 lines
277 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
#
# ARM-specific Genode headers
#
REP_INC_DIR += include/spec/arm
2011-12-22 16:19:25 +01:00
SPECS += 32bit
NIM_CPU ?= arm
2011-12-22 16:19:25 +01:00
#
# 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
2011-12-22 16:19:25 +01:00
include $(BASE_DIR)/mk/spec/32bit.mk