diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-28 09:06:39 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-28 06:39:25 +1000 |
| commit | eaf983e04b342ab4c3401ad8add649ec626a0744 (patch) | |
| tree | a94bf979e75f1c9fbbabdee08b4fa4f17eaef026 /linux-user/hppa/target_elf.h | |
| parent | 084b3247a08da16c541efba059c308b0d9299bdc (diff) | |
| download | focaccia-qemu-eaf983e04b342ab4c3401ad8add649ec626a0744.tar.gz focaccia-qemu-eaf983e04b342ab4c3401ad8add649ec626a0744.zip | |
linux-user/hppa: Create get_elf_platform
Move the string literal to a new function. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/hppa/target_elf.h')
| -rw-r--r-- | linux-user/hppa/target_elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/hppa/target_elf.h b/linux-user/hppa/target_elf.h index 5826ca2cd2..85be00584d 100644 --- a/linux-user/hppa/target_elf.h +++ b/linux-user/hppa/target_elf.h @@ -8,4 +8,6 @@ #ifndef HPPA_TARGET_ELF_H #define HPPA_TARGET_ELF_H +#define HAVE_ELF_PLATFORM 1 + #endif |