mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
build-sys: add LIB_ARCH_TUPLE for tilegx-linux-gnu (#5474)
Fix build failure on the tilegx architecture. https://bugs.debian.org/856306
This commit is contained in:
parent
293b167349
commit
b1caafb2b1
@ -187,7 +187,7 @@ int uname_architecture(void);
|
||||
# define LIB_ARCH_TUPLE "m68k-linux-gnu"
|
||||
#elif defined(__tilegx__)
|
||||
# define native_architecture() ARCHITECTURE_TILEGX
|
||||
# error "Missing LIB_ARCH_TUPLE for TILEGX"
|
||||
# define LIB_ARCH_TUPLE "tilegx-linux-gnu"
|
||||
#elif defined(__cris__)
|
||||
# define native_architecture() ARCHITECTURE_CRIS
|
||||
# error "Missing LIB_ARCH_TUPLE for CRIS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user