From: Jerome Brown <guruswami@orcon.net.nz>
To: xen-devel@lists.sourceforge.net
Subject: Re: Inheriting CFLAGS
Date: Tue, 16 Nov 2004 13:01:28 +1300 [thread overview]
Message-ID: <41994358.4090601@orcon.net.nz> (raw)
In-Reply-To: <41993E9A.90000@zaynar.demon.co.uk>
Thats solves the problem (I can tell just looking at it!)
To the xen-devels - is this a fair way to go about it (manually editing
the Rules.mk to import CFLAGS) or is there a better way to go about it?
Cheers
Jerome
Philip Taylor wrote:
> Jerome Brown wrote on 15/11/2004 23:19:
>
>> No, I do not have those lines in my Rules.mk file. It was downloaded
>> this morning using the ebuild, so was the xen-2.0.tgz file from
>> sourceforge. If I add -nopie to the CFLAGS in Rules.mk file xen will
>> compile fine, however if I add -nopie to my environment CFLAGS it does
>> not get picked up by the xen build script. Therefore I can compile and
>> install it, but it takes manual intervention, which defeats the idea
>> of using an ebuild :)
>
>
> Have you tried it with the updated ebuild (by SpanKY) at
> http://bugs.gentoo.org/attachment.cgi?id=43893 ? I'm not completely sure
> what it actually does, but it looks a bit like it alters CFLAGS in
> Rules.mk and a few other Makefiles to pick up the environment's CFLAGS:
> sed -i \
> -e "/CFLAGS/s:-O3:${CFLAGS}:" \
> tools/libx{c,util}/Makefile \
> tools/misc/{miniterm,nsplitd}/Makefile \
> tools/{misc,xentrace}/Makefile \
> xen/arch/x86/Rules.mk || die "sed cflags"
>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
next prev parent reply other threads:[~2004-11-16 0:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-15 21:57 Inheriting CFLAGS Jerome Brown
2004-11-15 22:08 ` Jan Kundrat
2004-11-15 22:27 ` Keir Fraser
2004-11-15 23:19 ` Jerome Brown
2004-11-15 23:41 ` Philip Taylor
2004-11-16 0:01 ` Jerome Brown [this message]
2004-11-16 9:47 ` Keir Fraser
2004-11-16 18:57 ` Jerome Brown
2004-11-16 19:41 ` Keir Fraser
2004-11-16 21:32 ` Jan Kundrát
2004-11-16 23:53 ` A Streetcar Named
2004-11-17 1:44 ` Jerome Brown
2004-11-17 9:33 ` Jan Kundrat
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=41994358.4090601@orcon.net.nz \
--to=guruswami@orcon.net.nz \
--cc=xen-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.