genode/repos/base-linux/lib/mk/spec/arm/base-linux.mk
Christian Helmuth 23ed5d3936 base-linux: configurable host toolchain
This commit uses CUSTOM_HOST_CC/CUSTOM_HOST_CXX instead of hardcoded
commands and introduces HOST_DEV_PREFIX.

Original patch by Roman Iten and Pirmin Duss.

Issue #3466
2019-12-19 17:01:42 +01:00

12 lines
224 B
Makefile

#
# \brief ARM-specific base lib parts that are not used by hybrid applications
# \author Christian Prochaska
# \date 2014-05-14
#
SRC_CC += cpu/arm/cache.cc
LIBS += timeout-arm
include $(REP_DIR)/lib/mk/base-linux.mk