genode/base/mk/spec-arm_v7a.mk

19 lines
373 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
#
# \brief Build-system configurations for ARMv7a
# \author Martin Stein
# \date 2012-09-26
2011-12-22 16:19:25 +01:00
#
# denote wich specs are also fullfilled by this spec
SPECS += arm_v7
# configure compiler
CC_MARCH += -march=armv7-a
2011-12-22 16:19:25 +01:00
# add repository relative include paths
REP_INC_DIR += include/arm_v7a
# include implied specs
include $(call select_from_repositories,mk/spec-arm_v7.mk)