summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-11 06:59:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-11 06:59:54 +0200
commitad21b95c97cdb8741922d163f132e9c726c2ce5b (patch)
tree25d6ce646718400f77a017a38afdec7d3dea34ee /libc/misc
parent79485f17d59ad267dc1add87b23248dff9908132 (diff)
m68k: fix noMMU ELF compile with gcc 14.xHEADmaster
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/internals/reloc_static_pie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/reloc_static_pie.c b/libc/misc/internals/reloc_static_pie.c
index 81af7d666..cb2c4df87 100644
--- a/libc/misc/internals/reloc_static_pie.c
+++ b/libc/misc/internals/reloc_static_pie.c
@@ -21,7 +21,7 @@
#include <dl-elf.h>
#include <ldso.h>
-#if defined(__mips__) || defined(__xtensa__)
+#if defined(__m68k__) || defined(__mips__) || defined(__xtensa__)
#include <dl-startup.h>
#endif