From: "Michael Haubenwallner (haubi)" <haubi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: make.defaults
Date: Wed, 04 Nov 2009 13:25:03 +0000 [thread overview]
Message-ID: <E1N5frD-0001Yj-Sd@stork.gentoo.org> (raw)
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"
next reply other threads:[~2009-11-04 13:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 13:25 Michael Haubenwallner (haubi) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-07-05 13:08 [gentoo-commits] gentoo-x86 commit in profiles/prefix/linux/x86: make.defaults 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)
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=E1N5frD-0001Yj-Sd@stork.gentoo.org \
--to=haubi@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