]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
base-filesystem: add hppa ifdef branch
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 23 May 2026 15:57:40 +0000 (16:57 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 24 May 2026 11:34:31 +0000 (13:34 +0200)
src/shared/base-filesystem.c

index 9e8856ba48ce670895f4827034f0ddddb212d9da..8546f389b1967c0c1334627e3f72ea791eebe37c 100644 (file)
@@ -76,6 +76,9 @@ static const BaseFilesystem table[] = {
 #elif defined(__arm__)
         /* No /lib64 on arm. The linker is /lib/ld-linux-armhf.so.3. */
 #  define KNOW_LIB64_DIRS 1
+#elif defined(__hppa__)
+        /* No /lib32 or /lib64 on hppa. The linker is /usr/lib/hppa-linux-gnu/ld.so.1. */
+#  define KNOW_LIB64_DIRS 1
 #elif defined(__i386__) || defined(__x86_64__)
         { "lib64",    0, "usr/lib64\0"
                          "usr/lib\0",                "ld-linux-x86-64.so.2" },