public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n32: make.defaults
@ 2011-02-18  3:17 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2011-02-18  3:17 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/02/18 03:17:06

  Added:                make.defaults
  Log:
  Add make.defaults to n32 profiles to set LIBDIR to the correct location.

Revision  Changes    Path
1.1                  profiles/arch/mips/mipsel/mips64el/n32/make.defaults

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

Index: make.defaults
===================================================================
PROFILE_ARCH="mips64el"

CHOST="mips64el-unknown-linux-gnu"

DEFAULT_ABI="n32"
ABI="${DEFAULT_ABI}"
LIBDIR_n32="lib32"






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n32: make.defaults
@ 2012-09-29  3:06 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2012-09-29  3:06 UTC (permalink / raw
  To: gentoo-commits

mattst88    12/09/29 03:06:34

  Modified:             make.defaults
  Log:
  Drop LIBDIR_* assignments. They're set by features/multilib.

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	18 Feb 2011 03:17:06 -0000	1.1
+++ make.defaults	29 Sep 2012 03:06:34 -0000	1.2
@@ -4,4 +4,3 @@
 
 DEFAULT_ABI="n32"
 ABI="${DEFAULT_ABI}"
-LIBDIR_n32="lib32"





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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n32: make.defaults
@ 2013-07-28  2:41 Matt Turner (mattst88)
  0 siblings, 0 replies; 4+ 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.3                  profiles/arch/mips/mipsel/mips64el/n32/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	29 Sep 2012 03:06:34 -0000	1.2
+++ make.defaults	28 Jul 2013 02:41:59 -0000	1.3
@@ -1,3 +1,7 @@
+# Copyright 2010-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 1.3 2013/07/28 02:41:59 mattst88 Exp $
+
 PROFILE_ARCH="mips64el"
 
 CHOST="mips64el-unknown-linux-gnu"





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

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

mgorny      14/06/30 09:07:29

  Modified:             make.defaults
  Log:
  Set MULTILIB_ABIS in all profiles to have matching ABI in multilib and non-multilib ebuilds. Add CHOST_${DEFAULT_ABI} everywhere to avoid issues.

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	28 Jul 2013 02:41:59 -0000	1.3
+++ make.defaults	30 Jun 2014 09:07:28 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 1.3 2013/07/28 02:41:59 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/n32/make.defaults,v 1.4 2014/06/30 09:07:28 mgorny Exp $
 
 PROFILE_ARCH="mips64el"
 
@@ -8,3 +8,5 @@
 
 DEFAULT_ABI="n32"
 ABI="${DEFAULT_ABI}"
+MULTILIB_ABIS="n32"
+CHOST_n32=${CHOST}





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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30  9:07 [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/n32: make.defaults Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-28  2:41 Matt Turner (mattst88)
2012-09-29  3:06 Matt Turner (mattst88)
2011-02-18  3:17 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