mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
14 lines
381 B
PHP
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)
|