]> git.proxmox.com Git - qemu.git/commit
user_only: compile everything with -fpie
authorKirill A. Shutemov <kirill@shutemov.name>
Sat, 19 Dec 2009 15:16:08 +0000 (15:16 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 20 Dec 2009 09:35:57 +0000 (11:35 +0200)
commit65e8c5192803c4739a51bc8d11ddcacb66f1f100
treee083e9cbdad804ababa8f098783b5ff33f8776d5
parente470436f19f85660b2e9a4dc25827000f0ea2078
user_only: compile everything with -fpie

We really need compile _all_ sources for user target with -fpie when
use --enable-user-pie.

It's regression introduced by commit add16157d72454.

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
[blauwirbel@gmail.com: combined 299060a0 and 58faa1a6 to avoid breakage]
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.user
configure