All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Re: [Mini-OS] Drop useless -fpic flag
Date: Wed, 28 Nov 2007 16:35:01 +0000	[thread overview]
Message-ID: <20071128163501.GK4083@implementation.uk.xensource.com> (raw)
In-Reply-To: <C371BF13.1911F%Keir.Fraser@cl.cam.ac.uk>

Keir Fraser, le Tue 27 Nov 2007 12:33:23 +0000, a écrit :
> If it builds without it then it should be fine, I believe.

And nobody raised his hand, so here is a patch:

Drop useless -fpic flag.

Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>

diff -r c555a5f97982 extras/mini-os/arch/x86/arch.mk
--- a/extras/mini-os/arch/x86/arch.mk	Wed Nov 28 13:36:56 2007 +0000
+++ b/extras/mini-os/arch/x86/arch.mk	Wed Nov 28 16:33:37 2007 +0000
@@ -17,7 +17,7 @@ endif
 endif
 
 ifeq ($(TARGET_ARCH),x86_64)
-ARCH_CFLAGS := -m64 -mno-red-zone -fpic -fno-reorder-blocks
+ARCH_CFLAGS := -m64 -mno-red-zone -fno-reorder-blocks
 ARCH_CFLAGS += -fno-asynchronous-unwind-tables
 ARCH_ASFLAGS := -m64
 ARCH_LDFLAGS := -m elf_x86_64

  reply	other threads:[~2007-11-28 16:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27 11:16 [Mini-OS] -fpic? Samuel Thibault
2007-11-27 12:33 ` Keir Fraser
2007-11-28 16:35   ` Samuel Thibault [this message]
2007-11-28 16:42     ` [Mini-OS] Drop useless -fpic flag Keir Fraser
2007-11-28 17:29       ` Grzegorz Miłoś

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=20071128163501.GK4083@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /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.