From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog make.defaults
Date: Wed, 7 Dec 2011 19:23:46 +0000 (UTC) [thread overview]
Message-ID: <20111207192346.0C50C2004B@flycatcher.gentoo.org> (raw)
vapier 11/12/07 19:23:46
Modified: ChangeLog make.defaults
Log:
Add settings for x32 ABI, and make amd64 explicit in case it is not the default ABI.
Revision Changes Path
1.156 profiles/arch/amd64/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 29 Nov 2011 23:44:51 -0000 1.155
+++ ChangeLog 7 Dec 2011 19:23:45 -0000 1.156
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.155 2011/11/29 23:44:51 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.156 2011/12/07 19:23:45 vapier Exp $
+
+ 07 Dec 2011; Mike Frysinger <vapier@gentoo.org> make.defaults:
+ Add settings for x32 ABI, and make amd64 explicit in case it is not the
+ default ABI.
29 Nov 2011; Davide Pesavento <pesa@gentoo.org> package.use.mask:
Unmask USE="jit" for qt-webkit.
1.10 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.9&r2=1.10
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- make.defaults 14 Oct 2011 22:52:01 -0000 1.9
+++ make.defaults 7 Dec 2011 19:23:45 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.9 2011/10/14 22:52:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.10 2011/12/07 19:23:45 vapier Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -17,6 +17,8 @@
ABI="amd64"
# 64bit specific settings.
+CFLAGS_amd64="-m64"
+LDFLAGS_amd64="-m elf_x86_64"
CHOST_amd64="x86_64-pc-linux-gnu"
# 32bit specific settings.
@@ -24,6 +26,11 @@
LDFLAGS_x86="-m elf_i386"
CHOST_x86="i686-pc-linux-gnu"
+# 64-32bit specific settings.
+CFLAGS_x32="-mx32"
+LDFLAGS_x32="-m elf32_x86_64"
+CHOST_x32="x86_64-pc-linux-gnu"
+
# 2006/10/24 - Simon Stelling <blubb@gentoo.org>
# They are masked, but we can enable them anyway for those who have
# >=portage-2.1.2_pre3-r4
next reply other threads:[~2011-12-07 19:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-07 19:23 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-21 19:15 [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog make.defaults Michal Gorny (mgorny)
2015-01-30 21:48 Michal Gorny (mgorny)
2015-01-28 20:56 Mike Gilbert (floppym)
2014-06-25 12:05 Michal Gorny (mgorny)
2014-06-25 8:18 Michal Gorny (mgorny)
2014-01-18 1:03 Mike Frysinger (vapier)
2013-12-04 20:03 Mike Gilbert (floppym)
2013-10-03 5:15 Michal Gorny (mgorny)
2012-11-12 15:36 Mike Gilbert (floppym)
2012-08-22 15:57 Mike Frysinger (vapier)
2012-05-15 17:22 Mike Gilbert (floppym)
2011-10-14 22:52 Mike Frysinger (vapier)
2010-08-23 21:16 Chi-Thanh Christopher Nguyen (chithanh)
2009-12-13 21:45 Remi Cardona (remi)
2009-08-16 22:06 Remi Cardona (remi)
2008-04-10 19:53 Donnie Berkholz (dberkholz)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111207192346.0C50C2004B@flycatcher.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox