genode/repos/base-hw/lib/mk/spec/arm_v7/bootstrap-hw-pbxa9.mk
Stefan Kalkowski 5e0a9052d2 hw: prevent alignment faults in bootstrap
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
2023-05-30 12:03:28 +02:00

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)