mirror of
https://github.com/systemd/systemd.git
synced 2026-08-13 17:08:14 +00:00
base-filesystem: add powerpc ifdef branch
(cherry picked from commit 23d3d074ff)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
1a141feddb
commit
9586581eff
@@ -117,6 +117,8 @@ static const BaseFilesystem table[] = {
|
||||
/* powerpc64-linux-gnu */
|
||||
# else
|
||||
/* powerpc-linux-gnu */
|
||||
/* No /lib32 or /lib64 on powerpc. The linker is /usr/lib/powerpc-linux-gnu/ld.so.1. */
|
||||
# define KNOW_LIB64_DIRS 1
|
||||
# endif
|
||||
#elif defined(__riscv)
|
||||
# if __riscv_xlen == 32
|
||||
|
||||
Reference in New Issue
Block a user