public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2016-11-11  8:42 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2016-11-11  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bb2301c381bbd9f0fbf7717f4f560df579b1d772
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 08:36:02 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 08:42:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2301c3

profiles/arch/s390/390x: Force LLVM_TARGETS for arch

 profiles/arch/s390/s390x/package.use.force | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force
new file mode 100644
index 00000000..1c2eb1f
--- /dev/null
+++ b/profiles/arch/s390/s390x/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Michał Górny <mgorny@gentoo.org> (11 Nov 2016)
+# Force the host target to avoid dependency hell
+sys-devel/clang llvm_targets_SystemZ
+sys-devel/llvm llvm_targets_SystemZ


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2021-02-05 22:26 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-02-05 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     cf33617066545ad24484ad9f61d52db6ad1ae780
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 22:25:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 22:25:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf336170

profiles/arch/s390/s390x: unmask dev-libs/libpcre2[jit] here

Available for s390x, just not s390.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/s390/s390x/package.use.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/arch/s390/s390x/package.use.mask b/profiles/arch/s390/s390x/package.use.mask
new file mode 100644
index 00000000000..783ff0a1b86
--- /dev/null
+++ b/profiles/arch/s390/s390x/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2021-02-05)
+# libpcre2 has JIT support for s390x (not s390)
+dev-libs/libpcre2 -jit
+dev-vcs/git -pcre-jit


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2021-02-10 20:36 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-02-10 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7d49d3a43a9147b93b6a38eff254999ebea045ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 20:36:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 20:36:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d49d3a4

profiles/arch/s390/s390x/package.use.mask: update pcre2 jit mask

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/s390/s390x/package.use.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/s390/s390x/package.use.mask b/profiles/arch/s390/s390x/package.use.mask
index 783ff0a1b86..9d4593ef4b4 100644
--- a/profiles/arch/s390/s390x/package.use.mask
+++ b/profiles/arch/s390/s390x/package.use.mask
@@ -3,5 +3,6 @@
 
 # Sam James <sam@gentoo.org> (2021-02-05)
 # libpcre2 has JIT support for s390x (not s390)
-dev-libs/libpcre2 -jit
-dev-vcs/git -pcre-jit
+# but it doesn't seem to build right now?
+dev-libs/libpcre2 jit
+dev-vcs/git pcre-jit


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2022-03-20 20:16 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-03-20 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     793ad8ad04af7d6a7bcb86dc81efca41d44263dc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 20:13:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 20:16:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793ad8ad

profiles/arch/s390/s390x: unmask sys-libs/libunwind

sys-libs/libunwind can't work on s390, but it works nicely on s390x

Bug: https://bugs.gentoo.org/779730
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/arch/s390/s390x/package.mask | 6 ++++++
 profiles/arch/s390/s390x/use.mask     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask
new file mode 100644
index 000000000000..e8b44399b15a
--- /dev/null
+++ b/profiles/arch/s390/s390x/package.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Arthur Zamarin <arthurzam@gentoo.org> (2022-03-20)
+# sys-libs/libunwind works on s390x
+-sys-libs/libunwind

diff --git a/profiles/arch/s390/s390x/use.mask b/profiles/arch/s390/s390x/use.mask
index a85334605169..aef62659bd5d 100644
--- a/profiles/arch/s390/s390x/use.mask
+++ b/profiles/arch/s390/s390x/use.mask
@@ -1,3 +1,6 @@
 # Switch ABI flags for this arch.
 abi_s390_32
 -abi_s390_64
+
+# sys-libs/libunwind is keyworded on s390x
+unwind


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2022-03-21 20:45 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2022-03-21 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ddafee35cf012dfad6009a3414048026c704456f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 20:44:43 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 20:45:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddafee35

profiles/arch/s390/s390x: fix unmask unwind flag

Fixes: 793ad8ad04af7d6a7bcb86dc81efca41d44263dc
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/arch/s390/s390x/use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/s390/s390x/use.mask b/profiles/arch/s390/s390x/use.mask
index aef62659bd5d..990337bfff6b 100644
--- a/profiles/arch/s390/s390x/use.mask
+++ b/profiles/arch/s390/s390x/use.mask
@@ -3,4 +3,4 @@ abi_s390_32
 -abi_s390_64
 
 # sys-libs/libunwind is keyworded on s390x
-unwind
+-unwind


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2022-05-01 20:10 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-05-01 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     bdf58d1b78c87d611a4831ca54847e407ddbb408
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 20:10:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  1 20:10:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf58d1b

profiles/arch/s390/s390x: add dev-lang/rust LLVM_TARGETS force for SystemZ

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/s390/s390x/package.use.force | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force
index b1f0e838fe6c..54d9b2d19c6f 100644
--- a/profiles/arch/s390/s390x/package.use.force
+++ b/profiles/arch/s390/s390x/package.use.force
@@ -4,5 +4,6 @@
 # Michał Górny <mgorny@gentoo.org> (2016-11-11)
 # Force the host target to avoid dependency hell
 dev-ml/llvm-ocaml llvm_targets_SystemZ
+dev-lang/rust llvm_targets_SystemZ
 sys-devel/clang llvm_targets_SystemZ
 sys-devel/llvm llvm_targets_SystemZ


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2022-05-02  0:23 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-05-02  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c8a7dd77efa323bc814066b39164cea359bdd547
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 00:22:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 00:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a7dd77

profiles/arch/s390/s390x: unmask USE=rust

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/s390/s390x/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/s390/s390x/use.mask b/profiles/arch/s390/s390x/use.mask
index a69bcf61915d..fe2cac38c232 100644
--- a/profiles/arch/s390/s390x/use.mask
+++ b/profiles/arch/s390/s390x/use.mask
@@ -2,6 +2,10 @@
 abi_s390_32
 -abi_s390_64
 
+# Sam James <sam@gentoo.org> (2022-05-02)
+# Rust is available for s390x (but not s390)
+-rust
+
 # sys-libs/libunwind is keyworded on s390x
 -unwind
 -libunwind


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/
@ 2022-06-28  0:06 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2022-06-28  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a35c132ebdb7f9d30523d6ee34d4250224a3e4e5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 00:05:47 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 00:05:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35c132e

profiles: s390x: mask asm usage in nettle-3.8, fails to build

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/arch/s390/s390x/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/s390/s390x/package.use.mask b/profiles/arch/s390/s390x/package.use.mask
index b12271ba6785..2db48ad88c12 100644
--- a/profiles/arch/s390/s390x/package.use.mask
+++ b/profiles/arch/s390/s390x/package.use.mask
@@ -10,3 +10,7 @@ media-libs/imlib2 svg
 # libpcre2 has JIT support for s390x (not s390)
 # but it doesn't seem to build right now?
 dev-libs/libpcre2 jit
+
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-06-28)
+# Fails to build
+=dev-libs/nettle-3.8* asm


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-28  0:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-05 22:26 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/s390x/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-06-28  0:06 Andreas K. Hüttel
2022-05-02  0:23 Sam James
2022-05-01 20:10 Sam James
2022-03-21 20:45 Arthur Zamarin
2022-03-20 20:16 Arthur Zamarin
2021-02-10 20:36 Sam James
2016-11-11  8:42 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox