mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
190b4784c5
With this commit libcrypto does not use ARM NEON extension as long as SPECS includes "neon". arm_v7a does declare "neon" per default while arm_v8a does. Issue #3773
8 lines
179 B
Makefile
8 lines
179 B
Makefile
SPECS += arm_v8 arm_64 64bit neon
|
|
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
|