mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-20 19:49:28 +00:00
12 lines
340 B
PHP
12 lines
340 B
PHP
|
SRC_CC += bootstrap/spec/arm/arm_v7_cpu.cc
|
||
|
SRC_CC += hw/spec/32bit/memory_map.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
|
||
|
|
||
|
include $(call select_from_repositories,lib/mk/bootstrap-hw.inc)
|