mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
d7fa4cfb8b
* Add an ieee754 FPU test * Remove simple fpu test Fix #2822
6 lines
117 B
Makefile
6 lines
117 B
Makefile
SPECS += arm_v7
|
|
CC_MARCH ?= -march=armv7-a -mfpu=vfpv3 -mfloat-abi=softfp
|
|
|
|
include $(BASE_DIR)/mk/spec/arm_v7.mk
|
|
|