projects
/
platform
/
upstream
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c561c8b
)
configure: Enable PIE for ppc and ppc64 hosts
author
Dinar Valeev
<k0da@opensuse.org>
Wed, 2 Oct 2013 15:56:03 +0000
(17:56 +0200)
committer
Junfeng Dong
<junfeng.dong@intel.com>
Tue, 19 Nov 2013 10:57:39 +0000
(18:57 +0800)
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
18fa608
..
0a4b22e
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1251,7
+1251,7
@@
fi
if test "$pie" = ""; then
case "$cpu-$targetos" in
- i386-Linux|x86_64-Linux|i386-OpenBSD|x86_64-OpenBSD)
+ i386-Linux|x86_64-Linux|
ppc*-Linux|
i386-OpenBSD|x86_64-OpenBSD)
;;
*)
pie="no"