mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 09:32:04 +00:00
base-filesystem: add powerpc ifdef branch
This commit is contained in:
committed by
Daan De Meyer
parent
d61ce0c995
commit
23d3d074ff
@@ -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