mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 10:43:35 +08:00
build-sys: define arm as secondary architecture for arm64
Completely unstested. Fixes #4862.
This commit is contained in:
parent
86bcce5f1f
commit
b7cac52779
@ -150,6 +150,7 @@ int uname_architecture(void);
|
||||
# else
|
||||
# define native_architecture() ARCHITECTURE_ARM64
|
||||
# define LIB_ARCH_TUPLE "aarch64-linux-gnu"
|
||||
# define SECONDARY_ARCHITECTURE ARCHITECTURE_ARM
|
||||
# endif
|
||||
#elif defined(__arm__)
|
||||
# if __BYTE_ORDER == __BIG_ENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user