public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults
@ 2009-08-18 14:48 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-08-18 14:48 UTC (permalink / raw
  To: gentoo-commits

darkside    09/08/18 14:48:10

  Modified:             make.defaults
  Log:
  be more strict in profile syntax, bug 281838

Revision  Changes    Path
1.2                  profiles/prefix/linux/amd64/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?r1=1.1&r2=1.2

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults	6 Jun 2009 03:54:56 -0000	1.1
+++ make.defaults	18 Aug 2009 14:48:10 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.1 2009/06/06 03:54:56 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.2 2009/08/18 14:48:10 darkside Exp $
 
 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
 
-ARCH=amd64
+ARCH="amd64"
 CHOST="x86_64-pc-linux-gnu"
 # The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
 ACCEPT_KEYWORDS="-amd64 ~amd64-linux"






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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults
@ 2013-06-06  1:53 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-06-06  1:53 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/06/06 01:53:18

  Modified:             make.defaults
  Log:
  removed misleading DEFAULT_ABI (bug #471079#c12)

Revision  Changes    Path
1.3                  profiles/prefix/linux/amd64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?r1=1.2&r2=1.3

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults	18 Aug 2009 14:48:10 -0000	1.2
+++ make.defaults	6 Jun 2013 01:53:18 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.2 2009/08/18 14:48:10 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.3 2013/06/06 01:53:18 ottxor Exp $
 
 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
 
@@ -12,4 +12,3 @@
 # We don't have lib64 in prefix so, remove it here.
 SYMLINK_LIB=""
 LIBDIR_amd64="lib"
-DEFAULT_ABI="default"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults
@ 2014-07-03 17:31 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2014-07-03 17:31 UTC (permalink / raw
  To: gentoo-commits

grobian     14/07/03 17:31:01

  Modified:             make.defaults
  Log:
  Add some multilib vars necessary for multilib.eclass

Revision  Changes    Path
1.4                  profiles/prefix/linux/amd64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?r1=1.3&r2=1.4

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	6 Jun 2013 01:53:18 -0000	1.3
+++ make.defaults	3 Jul 2014 17:31:01 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.3 2013/06/06 01:53:18 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.4 2014/07/03 17:31:01 grobian Exp $
 
 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
 
@@ -12,3 +12,8 @@
 # We don't have lib64 in prefix so, remove it here.
 SYMLINK_LIB=""
 LIBDIR_amd64="lib"
+
+# multilib build stuff, single ABI (no multilib)
+MULTILIB_ABIS="amd64"
+DEFAULT_ABI="amd64"
+ABI="amd64"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults
@ 2014-07-03 18:51 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2014-07-03 18:51 UTC (permalink / raw
  To: gentoo-commits

grobian     14/07/03 18:51:10

  Modified:             make.defaults
  Log:
  multilib: set some implicit USE-flags

Revision  Changes    Path
1.5                  profiles/prefix/linux/amd64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?r1=1.4&r2=1.5

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults	3 Jul 2014 17:31:01 -0000	1.4
+++ make.defaults	3 Jul 2014 18:51:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.4 2014/07/03 17:31:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $
 
 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
 
@@ -17,3 +17,4 @@
 MULTILIB_ABIS="amd64"
 DEFAULT_ABI="amd64"
 ABI="amd64"
+IUSE_IMPLICIT="abi_x86_64"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults
@ 2014-07-05 13:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2014-07-05 13:08 UTC (permalink / raw
  To: gentoo-commits

grobian     14/07/05 13:08:35

  Modified:             make.defaults
  Log:
  Add libdirs for ABIs to make get_libdir work again

Revision  Changes    Path
1.6                  profiles/prefix/linux/amd64/make.defaults

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/linux/amd64/make.defaults?r1=1.5&r2=1.6

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults	3 Jul 2014 18:51:10 -0000	1.5
+++ make.defaults	5 Jul 2014 13:08:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.6 2014/07/05 13:08:34 grobian Exp $
 
 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
 
@@ -18,3 +18,4 @@
 DEFAULT_ABI="amd64"
 ABI="amd64"
 IUSE_IMPLICIT="abi_x86_64"
+LIBDIR_amd64="lib"





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

end of thread, other threads:[~2014-07-05 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06  1:53 [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/amd64: make.defaults Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-05 13:08 Fabian Groffen (grobian)
2014-07-03 18:51 Fabian Groffen (grobian)
2014-07-03 17:31 Fabian Groffen (grobian)
2009-08-18 14:48 Jeremy Olexa (darkside)

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