From: A Streetcar Named <desire@gmail.com>
To: "Jan Kundrát" <jan.kundrat@fzu.cz>
Cc: xen-devel@lists.sourceforge.net,
Keir Fraser <keir.fraser@cl.cam.ac.uk>,
Jerome Brown <guruswami@orcon.net.nz>
Subject: Re: Inheriting CFLAGS
Date: Wed, 17 Nov 2004 07:53:05 +0800 [thread overview]
Message-ID: <bf77ac7b0411161553757366c3@mail.gmail.com> (raw)
In-Reply-To: <200411162232.55362.jan.kundrat@fzu.cz>
On Tue, 16 Nov 2004 22:32:55 +0100, Jan Kundrát <jan.kundrat@fzu.cz> wrote:
> CFLAGS := -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
> CFLAGS += -iwithprefix include -Wall -Werror -pipe
> CFLAGS += -I$(BASEDIR)/include -Wno-pointer-arith -Wredundant-decls
>
> ifeq ($(optimize),y)
> CFLAGS += -O3 -march=pentium2 -pipe -fomit-frame-pointer
It looks like the ebuild changed the last line above to that (I assume
your CFLAGS env variable is -O3 -march=pentium2 -pipe). I didn't use
the ebuild, so I had the default line of CFLAGS += -O3
-fomit-frame-pointer, and found that I had to add -nopie and
-fno-stack-protector to compile xen.
Perhaps -march=pentium2 fixed it for you? Or perhaps those were just
somethings special I had to do on the crusoe?!?
-------------------------------------------------------
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 23:53 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
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 [this message]
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=bf77ac7b0411161553757366c3@mail.gmail.com \
--to=desire@gmail.com \
--cc=guruswami@orcon.net.nz \
--cc=jan.kundrat@fzu.cz \
--cc=keir.fraser@cl.cam.ac.uk \
--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.