qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] Build *-user targets as PIE


From: Riku Voipio
Subject: Re: [Qemu-devel] [PATCH 2/2] Build *-user targets as PIE
Date: Wed, 2 Sep 2009 21:54:10 +0300
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Sep 02, 2009 at 06:21:23PM +0300, Kirill A. Shutemov wrote:
> +if test "$target_user_only" = "yes" -a "$static" = "no" ; then
> +  cflags="-fpie $cflags"
> +  ldflags="-pie $ldflags"
> +fi

Do we really need to hadcode this in? we have --extra-cflags and
--extra-ldflags for setting non-typical flags. Other than that,
looks like a nice cleanup.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]