[systemd-devel] [PATCH] add LIB_ARCH_TUPLE for tilegx-linux-gnu

Helmut Grohne helmut at subdivi.de
Mon Feb 27 15:51:02 UTC 2017


The following changes since commit 3c3fff44b2c46818bc240e3237925ad927b2831e:

  man: fix typo (#5468) (2017-02-27 13:59:11 +0100)

are available in the git repository at:

  git://git.subdivi.de/~helmut/systemd.git tilegx

for you to fetch changes up to c05c6e9cedf20b64b22249f88af514a70b6edd4b:

  add LIB_ARCH_TUPLE for tilegx-linux-gnu (2017-02-27 16:21:06 +0100)

This commit fixes a build failure on the tilegx architecture. A
downstream bug report is located at https://bugs.debian.org/856306.

----------------------------------------------------------------
Helmut Grohne (1):
      add LIB_ARCH_TUPLE for tilegx-linux-gnu

 src/basic/architecture.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/basic/architecture.h b/src/basic/architecture.h
index d6b8603b0..b0a7de5dc 100644
--- a/src/basic/architecture.h
+++ b/src/basic/architecture.h
@@ -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"


More information about the systemd-devel mailing list