qemu-e2k/target
Matheus Tavares Bernardino 243ec1c284 Hexagon (meson.build): define min bison version
Hexagon's idef-parser machinery uses some bison features that are not
available at older versions. The most preeminent example (as it can
be used as a sentinel) is "%define parse.error verbose". This was
introduced in version 3.0 of the tool, which is able to compile
qemu-hexagon just fine. However, compilation fails with the previous
minor bison release, v2.7. So let's assert the minimum version at
meson.build to give a more comprehensive error message for those trying
to compile QEMU.

[1]: https://www.gnu.org/software/bison/manual/html_node/_0025define-Summary.html#index-_0025define-parse_002eerror

Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alessandro Di Federico <ale@rev.ng>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <a6763f9f7b89ea310ab86f9a2b311a05254a1acd.1675779233.git.quic_mathbern@quicinc.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2023-03-07 14:30:42 +01:00
..
alpha target/alpha: Drop tcg_temp_free 2023-03-05 13:44:07 -08:00
arm target/arm: Rewrite check_s2_mmu_setup 2023-03-06 14:08:12 +00:00
avr target/avr: Drop tcg_temp_free 2023-03-05 13:44:07 -08:00
cris target/cris: Drop tcg_temp_free 2023-03-05 13:44:07 -08:00
hexagon Hexagon (meson.build): define min bison version 2023-03-07 14:30:42 +01:00
hppa target/hppa: Drop tcg_temp_free 2023-03-05 13:44:07 -08:00
i386 target/i386: Simplify POPF 2023-03-05 13:45:31 -08:00
loongarch target/loongarch: Drop tcg_temp_free 2023-03-05 13:44:07 -08:00
m68k target/m68k: Drop tcg_temp_free 2023-03-05 13:44:07 -08:00
microblaze target/microblaze: Avoid tcg_const_* throughout 2023-03-05 13:45:44 -08:00
mips target/mips: Fix trans_mult_acc return 2023-03-05 13:44:08 -08:00
nios2 target/nios2: Drop tcg_temp_free 2023-03-05 13:44:08 -08:00
openrisc target/openrisc: Drop tcg_temp_free 2023-03-05 13:44:08 -08:00
ppc target/ppc: Drop tcg_temp_free 2023-03-05 13:44:08 -08:00
riscv target/riscv: Avoid tcg_const_* 2023-03-05 13:46:13 -08:00
rx target/rx: Drop tcg_temp_free 2023-03-05 13:44:08 -08:00
s390x target/s390x: Split out gen_ri2 2023-03-05 13:46:26 -08:00
sh4 target/sh4: Drop tcg_temp_free 2023-03-05 13:44:08 -08:00
sparc target/sparc: Avoid tcg_const_{tl,i32} 2023-03-05 13:46:39 -08:00
tricore target/tricore: Drop tcg_temp_free 2023-03-05 13:44:08 -08:00
xtensa target/xtensa: Avoid tcg_const_i32 2023-03-05 13:47:25 -08:00
Kconfig hw/loongarch: Add support loongson3 virt machine type. 2022-06-06 18:09:03 +00:00
meson.build target/loongarch: Add target build suport 2022-06-06 18:09:03 +00:00