public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@codesourcery.com>
To: gcc-patches@gcc.gnu.org
Cc: Mike Stump <mikestump@comcast.net>,
	Jack Howarth <howarth@bromo.med.uc.edu>
Subject: Re: Turn on -pie on darwin11 and later
Date: Thu, 16 Jun 2011 12:11:00 -0000	[thread overview]
Message-ID: <201106161301.03627.pedro@codesourcery.com> (raw)
In-Reply-To: <ACBE52C1-542A-4643-97C7-5171AFB8DDCD@comcast.net>

On Thursday 16 June 2011 02:33:50, Mike Stump wrote:
>  BOOT_CFLAGS += -mdynamic-no-pic
> +
> +# Ensure we don't try and use -pie, as it is incompatible with pch.
> +BOOT_LDFLAGS=`case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`

Shouldn't this use += like BOOT_CFLAGS?

-- 
Pedro Alves

  reply	other threads:[~2011-06-16 12:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-16  5:51 Mike Stump
2011-06-16 12:11 ` Pedro Alves [this message]
2011-06-16 19:40   ` Mike Stump
2011-06-19 19:43     ` Mike Stump
2011-06-19 18:39 ` Mike Stump

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=201106161301.03627.pedro@codesourcery.com \
    --to=pedro@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=howarth@bromo.med.uc.edu \
    --cc=mikestump@comcast.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).