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: make.defaults
@ 2011-03-18 22:09 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-18 22:09 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/18 22:09:09

  Modified:             make.defaults
  Log:
  Drop CDEFINE_<abi> variables now that nothing uses them.

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	14 Mar 2011 02:20:26 -0000	1.1
+++ make.defaults	18 Mar 2011 22:09:09 -0000	1.2
@@ -6,17 +6,14 @@
 
 CFLAGS_o32="-mabi=32"
 CHOST_o32="${CHOST}"
-CDEFINE_o32="_MIPS_SIM == _ABIO32"
 LIBDIR_o32="lib"
 
 CFLAGS_n32="-mabi=n32"
 CHOST_n32=${CHOST}
-CDEFINE_n32="_MIPS_SIM == _ABIN32"
 LIBDIR_n32="lib32"
 
 CFLAGS_n64="-mabi=64"
 CHOST_n64=${CHOST}
-CDEFINE_n64="_MIPS_SIM == _ABI64"
 LIBDIR_n64="lib64"
 
 MULTILIB_ABIS="n64 n32 o32"






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults
@ 2011-06-07 19:30 Matt Turner (mattst88)
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner (mattst88) @ 2011-06-07 19:30 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/06/07 19:30:54

  Modified:             make.defaults
  Log:
  Add multilib/n{32,64} subprofiles to specify default ABI for multilib installations

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	18 Mar 2011 22:09:09 -0000	1.2
+++ make.defaults	7 Jun 2011 19:30:54 -0000	1.3
@@ -17,4 +17,5 @@
 LIBDIR_n64="lib64"
 
 MULTILIB_ABIS="n64 n32 o32"
-DEFAULT_ABI="n32"
+DEFAULT_ABI="o32"
+ABI="${DEFAULT_ABI}"






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults
@ 2011-10-09 18:46 Matt Turner (mattst88)
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner (mattst88) @ 2011-10-09 18:46 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/10/09 18:46:27

  Modified:             make.defaults
  Log:
  Add SYMLINK_LIB=no to multilib profiles.

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults	8 Jun 2011 18:38:23 -0000	1.4
+++ make.defaults	9 Oct 2011 18:46:27 -0000	1.5
@@ -15,3 +15,5 @@
 CFLAGS_n64="-mabi=64"
 CHOST_n64=${CHOST}
 LIBDIR_n64="lib64"
+
+SYMLINK_LIB="no"






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults
@ 2012-06-16 11:44 Justin Lecher (jlec)
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-16 11:44 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/16 11:44:12

  Modified:             make.defaults
  Log:
  Set default values of FFLAGS and FCFLAGS to profiles default CFLAGS, equally as CXXFLAGS handling

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults	9 Oct 2011 18:46:27 -0000	1.5
+++ make.defaults	16 Jun 2012 11:44:12 -0000	1.6
@@ -3,6 +3,8 @@
 CHOST="mips64el-unknown-linux-gnu"
 CFLAGS="-O2 -pipe"
 CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
 
 CFLAGS_o32="-mabi=32"
 CHOST_o32="${CHOST}"






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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults
@ 2012-09-29  3:06 Matt Turner (mattst88)
  0 siblings, 0 replies; 6+ 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.7                  profiles/arch/mips/mipsel/mips64el/multilib/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults	16 Jun 2012 11:44:12 -0000	1.6
+++ make.defaults	29 Sep 2012 03:06:34 -0000	1.7
@@ -8,14 +8,11 @@
 
 CFLAGS_o32="-mabi=32"
 CHOST_o32="${CHOST}"
-LIBDIR_o32="lib"
 
 CFLAGS_n32="-mabi=n32"
 CHOST_n32=${CHOST}
-LIBDIR_n32="lib32"
 
 CFLAGS_n64="-mabi=64"
 CHOST_n64=${CHOST}
-LIBDIR_n64="lib64"
 
 SYMLINK_LIB="no"





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

* [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults
@ 2013-07-30  1:33 Matt Turner (mattst88)
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner (mattst88) @ 2013-07-30  1:33 UTC (permalink / raw
  To: gentoo-commits

mattst88    13/07/30 01:33:44

  Modified:             make.defaults
  Log:
  Unhide ABI_MIPS.

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- make.defaults	28 Jul 2013 02:41:58 -0000	1.8
+++ make.defaults	30 Jul 2013 01:33:44 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 2011-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v 1.8 2013/07/28 02:41:58 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults,v 1.9 2013/07/30 01:33:44 mattst88 Exp $
 
 PROFILE_ARCH="mips64el"
 
@@ -20,3 +20,5 @@
 CHOST_n64="${CHOST}"
 
 SYMLINK_LIB="no"
+
+USE_EXPAND_HIDDEN="-ABI_MIPS"





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

end of thread, other threads:[~2013-07-30  1:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 18:46 [gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib: make.defaults Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-30  1:33 Matt Turner (mattst88)
2012-09-29  3:06 Matt Turner (mattst88)
2012-06-16 11:44 Justin Lecher (jlec)
2011-06-07 19:30 Matt Turner (mattst88)
2011-03-18 22:09 Mike Frysinger (vapier)

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