genode/tool/builddir/build.conf
Alexander Boettcher ceaa02230e qemu: set default cpu model for x86_64 explicitly
With the update to sel4 and the gcc 12, assembly instructions are generated
and used, like POPCNT. The instruction is available on our native hardware,
but not emulated by the default cpu model necessarily, which leads to
undefined opcode exceptions (Qemu 4.2.1 && seL4). Additionally, the features
of the default Qemu cpu model may vary between Qemu releases and makes it
harder to correlate effects.
2023-06-16 11:24:25 +02:00
..
ccache Add ccache support to build system 2021-02-23 12:02:41 +01:00
make_j Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
README Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
repos Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
repos_arm_v6 create_builddir: add rpi and allwinner repos 2022-01-19 12:38:12 +01:00
repos_arm_v7 create_builddir: add imx repository for arm_v7 2022-02-15 10:20:59 +01:00
repos_arm_v8 create_builddir: add rpi and allwinner repos 2022-01-19 12:38:12 +01:00
repos_riscv base-hw: Remove 'riscv_qemu' and move to 'genode-riscv' 2021-12-17 15:04:48 +01:00
repos_x86 Introduce pc repository for PC board support 2022-02-15 10:23:16 +01:00
run run: add --depot-auto-update feature 2019-04-09 12:30:34 +02:00
run_arm_v6 tool: deprecate board-specific build directories 2019-05-27 14:46:29 +02:00
run_arm_v7 tool: add qemu run opts for zynq_qemu 2023-06-16 11:24:25 +02:00
run_arm_v8 board: Rename virt_qemu to virt_qemu_<arch> 2022-08-17 12:03:26 +02:00
run_boot_dir tool: deprecate board-specific build directories 2019-05-27 14:46:29 +02:00
run_riscv board: Rename virt_qemu to virt_qemu_<arch> 2022-08-17 12:03:26 +02:00
run_x86 qemu: set default cpu model for x86_64 explicitly 2023-06-16 11:24:25 +02:00
run_x86_32 tool: fix BOARD_RUN_OPT for arm_v8 2019-07-09 08:41:53 +02:00
run_x86_64 Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00

This directory contains templates for configuring build directories
for different platforms. They are used by the 'create_builddir' tool.