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
7 lines
149 B
Makefile
7 lines
149 B
Makefile
SPECS += arm
|
|
REP_INC_DIR += include/spec/arm_v6
|
|
CC_MARCH ?= -march=armv6k -mfpu=vfp -mfloat-abi=softfp
|
|
|
|
include $(BASE_DIR)/mk/spec/arm.mk
|
|
|