public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64: make.defaults
@ 2013-07-28  2:41 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2013-07-28  2:41 UTC (permalink / raw
  To: gentoo-commits

mattst88    13/07/28 02:41:59

  Modified:             make.defaults
  Log:
  Fix and add copyright headers.

Revision  Changes    Path
1.2                  profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?r1=1.1&r2=1.2

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	7 Jun 2011 19:30:54 -0000	1.1
+++ make.defaults	28 Jul 2013 02:41:59 -0000	1.2
@@ -1,3 +1,7 @@
+# Copyright 2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.2 2013/07/28 02:41:59 mattst88 Exp $
+
 MULTILIB_ABIS="n32 o32 n64"
 DEFAULT_ABI="n64"
 ABI="${DEFAULT_ABI}"





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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64: make.defaults
@ 2014-06-30 12:13 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-30 12:13 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/30 12:13:02

  Modified:             make.defaults
  Log:
  Use different CHOSTs for non-native mips ABIs.

Revision  Changes    Path
1.3                  profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?r1=1.2&r2=1.3

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	28 Jul 2013 02:41:59 -0000	1.2
+++ make.defaults	30 Jun 2014 12:13:02 -0000	1.3
@@ -1,7 +1,10 @@
-# Copyright 2011 Gentoo Foundation
+# Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.2 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.3 2014/06/30 12:13:02 mgorny Exp $
 
 MULTILIB_ABIS="n32 o32 n64"
 DEFAULT_ABI="n64"
 ABI="${DEFAULT_ABI}"
+
+CHOST_n32="mips64el-unknown-linux-gnuabin32"
+CHOST_o32="mipsel-unknown-linux-gnu"





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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64: make.defaults
@ 2014-06-30 15:10 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-30 15:10 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/30 15:10:10

  Modified:             make.defaults
  Log:
  Add IUSE_IMPLICIT & default ABI_MIPS values to supported multilib profiles.

Revision  Changes    Path
1.4                  profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults?r1=1.3&r2=1.4

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	30 Jun 2014 12:13:02 -0000	1.3
+++ make.defaults	30 Jun 2014 15:10:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 2011-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.3 2014/06/30 12:13:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/n64/make.defaults,v 1.4 2014/06/30 15:10:10 mgorny Exp $
 
 MULTILIB_ABIS="n32 o32 n64"
 DEFAULT_ABI="n64"
@@ -8,3 +8,6 @@
 
 CHOST_n32="mips64el-unknown-linux-gnuabin32"
 CHOST_o32="mipsel-unknown-linux-gnu"
+
+ABI_MIPS="n64"
+IUSE_IMPLICIT="abi_mips_n64"





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

end of thread, other threads:[~2014-06-30 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 15:10 [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64: make.defaults Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-30 12:13 Michal Gorny (mgorny)
2013-07-28  2:41 Matt Turner (mattst88)

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