public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:lapack-multibuild commit in: profiles/arch/x86-fbsd/, profiles/arch/sparc/, profiles/arch/m68k/, ...
@ 2014-09-06 16:47 Mark Wright
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-06 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     cc47ce16132128bd845c5cf0b84dd354787bf0ca
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 16:31:08 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 16:31:08 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cc47ce16

masking int64 flag for 32 bits arches

---
 profiles/arch/arm/use.mask        | 10 ++++++++++
 profiles/arch/m68k/use.mask       | 10 ++++++++++
 profiles/arch/sparc-fbsd/use.mask | 10 ++++++++++
 profiles/arch/sparc/use.mask      | 10 ++++++++++
 profiles/arch/x86-fbsd/use.mask   | 10 ++++++++++
 profiles/arch/x86/use.mask        | 10 ++++++++++
 6 files changed, 60 insertions(+)

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
new file mode 100644
index 0000000..7424662
--- /dev/null
+++ b/profiles/arch/arm/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-arm
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
new file mode 100644
index 0000000..ad6adcd
--- /dev/null
+++ b/profiles/arch/m68k/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-m68k
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/sparc-fbsd/use.mask b/profiles/arch/sparc-fbsd/use.mask
new file mode 100644
index 0000000..0eb6ec7
--- /dev/null
+++ b/profiles/arch/sparc-fbsd/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-sparc-fbsd
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
new file mode 100644
index 0000000..69bf4d9
--- /dev/null
+++ b/profiles/arch/sparc/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-sparc
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask
new file mode 100644
index 0000000..570fd5c
--- /dev/null
+++ b/profiles/arch/x86-fbsd/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-x86-fbsd
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
new file mode 100644
index 0000000..05775ff
--- /dev/null
+++ b/profiles/arch/x86/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-x86
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64


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

* [gentoo-commits] proj/sci:lapack-multibuild commit in: profiles/arch/x86-fbsd/, profiles/arch/sparc/, profiles/arch/m68k/, ...
@ 2014-09-09 22:57 Mark Wright
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-09 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f400a76b0d1a6c317ad294fc9774bf7ed26b1c7e
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 16:31:08 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sun Sep  7 09:43:47 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f400a76b

masking int64 flag for 32 bits arches

---
 profiles/arch/arm/use.mask        | 10 ++++++++++
 profiles/arch/m68k/use.mask       | 10 ++++++++++
 profiles/arch/sparc-fbsd/use.mask | 10 ++++++++++
 profiles/arch/sparc/use.mask      | 10 ++++++++++
 profiles/arch/x86-fbsd/use.mask   | 10 ++++++++++
 profiles/arch/x86/use.mask        | 10 ++++++++++
 6 files changed, 60 insertions(+)

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
new file mode 100644
index 0000000..7424662
--- /dev/null
+++ b/profiles/arch/arm/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-arm
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
new file mode 100644
index 0000000..ad6adcd
--- /dev/null
+++ b/profiles/arch/m68k/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-m68k
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/sparc-fbsd/use.mask b/profiles/arch/sparc-fbsd/use.mask
new file mode 100644
index 0000000..0eb6ec7
--- /dev/null
+++ b/profiles/arch/sparc-fbsd/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-sparc-fbsd
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
new file mode 100644
index 0000000..69bf4d9
--- /dev/null
+++ b/profiles/arch/sparc/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-sparc
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask
new file mode 100644
index 0000000..570fd5c
--- /dev/null
+++ b/profiles/arch/x86-fbsd/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-x86-fbsd
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
new file mode 100644
index 0000000..05775ff
--- /dev/null
+++ b/profiles/arch/x86/use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# Unmask the flag which corresponds to ARCH.
+-x86
+
+# Mark Wright <gienah@gentoo.org> (26 Apr 2014)
+# mask int64 flag for 32 bits arches
+int64


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

end of thread, other threads:[~2014-09-09 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06 16:47 [gentoo-commits] proj/sci:lapack-multibuild commit in: profiles/arch/x86-fbsd/, profiles/arch/sparc/, profiles/arch/m68k/, Mark Wright
  -- strict thread matches above, loose matches on Subject: below --
2014-09-09 22:57 Mark Wright

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