mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
5e0a9052d2
Either enable strict-alignment or disable FPU code generation by gcc regarding bootstrap code, which cannot handle alignment faults during initialization properly. Ref genodelabs/genode#4827
9 lines
288 B
Makefile
9 lines
288 B
Makefile
REP_INC_DIR += src/bootstrap/board/pbxa9
|
|
|
|
SRC_CC += bootstrap/spec/arm/cpu.cc
|
|
SRC_CC += bootstrap/spec/arm/cortex_a9_mmu.cc
|
|
SRC_CC += bootstrap/spec/arm/gicv2.cc
|
|
SRC_CC += bootstrap/board/pbxa9/platform.cc
|
|
|
|
include $(call select_from_repositories,lib/mk/spec/arm_v7/bootstrap-hw.inc)
|