All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Brown <guruswami@orcon.net.nz>
To: xen-devel@lists.sourceforge.net
Subject: Re: Inheriting CFLAGS
Date: Wed, 17 Nov 2004 14:44:59 +1300	[thread overview]
Message-ID: <419AAD1B.9090107@orcon.net.nz> (raw)
In-Reply-To: <bf77ac7b0411161553757366c3@mail.gmail.com>

The modified ebuild on bugs.gentoo.org has a sed command to update the 
Rules.mk file to inherit the cflags that you set in make.conf

Is all go now (YAY!)

Jerome

A Streetcar Named wrote:
> 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

  reply	other threads:[~2004-11-17  1:44 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
2004-11-17  1:44         ` Jerome Brown [this message]
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=419AAD1B.9090107@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.