commit | 48b9e026791288088d1a9c807c36276c60e6573f | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Sat Jun 03 00:11:54 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Jun 13 11:28:58 2023 +0200 |
tree | 883ee455a911b42072d00d0deb2b503d5da0351e | |
parent | ed3958910aef1461d99123c78afb1d70b74a83d0 [diff] |
target/hppa/meson: Only build int_helper.o with system emulation int_helper.c only contains system emulation code: remove the #ifdef'ry and move the file to the meson softmmu source set. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230602223016.58647-1-philmd@linaro.org>