mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
71a48c0a26
Ref #3260
8 lines
174 B
Makefile
8 lines
174 B
Makefile
SPECS += arm_v8 arm_64 64bit
|
|
REP_INC_DIR += include/spec/arm_v8
|
|
REP_INC_DIR += include/spec/arm_64
|
|
|
|
CC_MARCH ?= -march=armv8-a
|
|
|
|
include $(BASE_DIR)/mk/spec/64bit.mk
|