public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/amd64: ChangeLog make.defaults
@ 2008-02-02  6:11 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-02  6:11 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/02 06:11:44

  Modified:             ChangeLog make.defaults
  Log:
  Moving ABI=amd64 to the base of the arch, since it applies to all profiles except for 32-bit userland, which can set it on its own.

Revision  Changes    Path
1.131                profiles/default-linux/amd64/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	1 Feb 2008 06:40:22 -0000	1.130
+++ ChangeLog	2 Feb 2008 06:11:44 -0000	1.131
@@ -1,6 +1,11 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.130 2008/02/01 06:40:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.131 2008/02/02 06:11:44 wolf31o2 Exp $
+
+  02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  dev/2008.0/make.defaults, make.defaults:
+  Moving ABI=amd64 to the base of the arch, since it applies to all profiles
+  except for 32-bit userland, which can set it on its own.
 
   01 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   dev/2008.0/make.defaults, profile.bashrc:



1.28                 profiles/default-linux/amd64/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- make.defaults	12 Jun 2007 20:31:01 -0000	1.27
+++ make.defaults	2 Feb 2008 06:11:44 -0000	1.28
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.27 2007/06/12 20:31:01 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.28 2008/02/02 06:11:44 wolf31o2 Exp $
 
 ARCH="amd64"
 ACCEPT_KEYWORDS="${ARCH}"
@@ -21,6 +21,8 @@
 # Multilib settings for all amd64 subprofiles.
 MULTILIB_ABIS="amd64 x86"
 DEFAULT_ABI="amd64"
+# Do not remove this one, or all kinds of hell breaks loose.
+ABI="amd64"
 
 # 64bit specific settings.
 CHOST_amd64="x86_64-pc-linux-gnu"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/amd64: ChangeLog make.defaults
@ 2009-08-16 22:07 Remi Cardona (remi)
  0 siblings, 0 replies; 2+ messages in thread
From: Remi Cardona (remi) @ 2009-08-16 22:07 UTC (permalink / raw
  To: gentoo-commits

remi        09/08/16 22:07:48

  Modified:             ChangeLog make.defaults
  Log:
  drop last traces of i810

Revision  Changes    Path
1.172                profiles/default-linux/amd64/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?r1=1.171&r2=1.172

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	1 Aug 2009 13:06:56 -0000	1.171
+++ ChangeLog	16 Aug 2009 22:07:48 -0000	1.172
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.171 2009/08/01 13:06:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.172 2009/08/16 22:07:48 remi Exp $
+
+  16 Aug 2009; Rémi Cardona <remi@gentoo.org> make.defaults:
+  drop last traces of i810
 
   01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> +deprecated:
   Deprecate this profile.



1.30                 profiles/default-linux/amd64/make.defaults

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

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- make.defaults	22 Oct 2008 14:49:29 -0000	1.29
+++ make.defaults	16 Aug 2009 22:07:48 -0000	1.30
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.29 2008/10/22 14:49:29 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.30 2009/08/16 22:07:48 remi Exp $
 
 ARCH="amd64"
 ACCEPT_KEYWORDS="${ARCH}"
@@ -47,7 +47,7 @@
 
 # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
 # Defaults for video drivers
-VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 intel mach64 \
+VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 intel mach64 \
 	mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \
 	sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
 






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

end of thread, other threads:[~2009-08-16 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02  6:11 [gentoo-commits] gentoo-x86 commit in profiles/default-linux/amd64: ChangeLog make.defaults Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-16 22:07 Remi Cardona (remi)

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