public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: 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/x86/make.defaults

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

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






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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: make.defaults
@ 2009-11-04 13:25 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Haubenwallner (haubi) @ 2009-11-04 13:25 UTC (permalink / raw
  To: gentoo-commits

haubi       09/11/04 13:25:03

  Modified:             make.defaults
  Log:
  add -m32 to CFLAGS, for bootstrapping i686 on x86_64-linux using host gcc

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

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/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	4 Nov 2009 13:25:03 -0000	1.3
@@ -1,8 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.2 2009/08/18 14:48:10 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.3 2009/11/04 13:25:03 haubi Exp $
 
 ARCH="x86"
 CHOST="i686-pc-linux-gnu"
 # The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
 ACCEPT_KEYWORDS="-x86 ~x86-linux"
+
+# in case we are bootstrapping with the host compiler on an amd64 linux host:
+CFLAGS="${CFLAGS} -m32"
+CXXFLAGS="${CXXFLAGS} -m32"






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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: 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/x86/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults	4 Nov 2009 13:25:03 -0000	1.3
+++ make.defaults	3 Jul 2014 17:31:01 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/x86/make.defaults,v 1.3 2009/11/04 13:25:03 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.4 2014/07/03 17:31:01 grobian Exp $
 
 ARCH="x86"
 CHOST="i686-pc-linux-gnu"
@@ -10,3 +10,8 @@
 # in case we are bootstrapping with the host compiler on an amd64 linux host:
 CFLAGS="${CFLAGS} -m32"
 CXXFLAGS="${CXXFLAGS} -m32"
+
+# multilib build stuff, single ABI (no multilib)
+MULTILIB_ABIS="x86"
+DEFAULT_ABI="x86"
+ABI="x86"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: 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/x86/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/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/x86/make.defaults,v 1.4 2014/07/03 17:31:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $
 
 ARCH="x86"
 CHOST="i686-pc-linux-gnu"
@@ -15,3 +15,4 @@
 MULTILIB_ABIS="x86"
 DEFAULT_ABI="x86"
 ABI="x86"
+IUSE_IMPLICIT="abi_x86_32"





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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: 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/x86/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/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:35 -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/x86/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.6 2014/07/05 13:08:35 grobian Exp $
 
 ARCH="x86"
 CHOST="i686-pc-linux-gnu"
@@ -16,3 +16,4 @@
 DEFAULT_ABI="x86"
 ABI="x86"
 IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="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 --
2014-07-03 17:31 [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: make.defaults Fabian Groffen (grobian)
  -- 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)
2009-11-04 13:25 Michael Haubenwallner (haubi)
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