genode/repos/base-hw/lib/mk/spec/arm_v7/bootstrap-hw.inc
2024-08-27 15:29:36 +02:00

14 lines
381 B
PHP

SRC_CC += bootstrap/platform_cpu_memory_area.cc
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc
SRC_S += bootstrap/spec/arm/crt0.s
#
# Disable FPU instructions generated by GCC until MMU is enabled
# and alignment restrictions are relaxed
#
CC_MARCH = -march=armv7-a+nofp -mfpu=vfpv3
ARCH_WIDTH_PATH := spec/32bit
include $(call select_from_repositories,lib/mk/bootstrap-hw.inc)