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

2017-02-27 Thread Martin Pitt
Helmut Grohne [2017-02-27 16:51 +0100]:
> 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)

Imported into https://github.com/systemd/systemd/pull/5474

Thanks!

Martin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


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

2017-02-27 Thread systemd github import bot
Patchset imported to github.
To create a pull request, one of the main developers has to initiate one via:


--
Generated by https://github.com/haraldh/mail2git
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel


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

2017-02-27 Thread Helmut Grohne
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"
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel