diff options
author | Paolo Bonzini | 2014-02-10 07:48:55 +0100 |
---|---|---|
committer | Paolo Bonzini | 2014-02-20 13:12:54 +0100 |
commit | 13b6ce0ec98dc0d757d5c9b50f3ce349d7af43bd (patch) | |
tree | e3880a8088a9e64fa310fef1f97d7adc92b2586f /configure | |
parent | block: use per-object cflags and libs (diff) | |
download | qemu-13b6ce0ec98dc0d757d5c9b50f3ce349d7af43bd.tar.gz qemu-13b6ce0ec98dc0d757d5c9b50f3ce349d7af43bd.tar.xz qemu-13b6ce0ec98dc0d757d5c9b50f3ce349d7af43bd.zip |
darwin: do not use -mdynamic-no-pic
While -mdynamic-no-pic can speed up the code somewhat, it is only used
on the legacy PowerPC Mac OS X, and I am not sure if anyone is still
testing that. Disabling PIC can cause problems when enabling modules,
so do not do that.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -518,8 +518,6 @@ Darwin) if [ "$cpu" = "x86_64" ] ; then QEMU_CFLAGS="-arch x86_64 $QEMU_CFLAGS" LDFLAGS="-arch x86_64 $LDFLAGS" - else - QEMU_CFLAGS="-mdynamic-no-pic $QEMU_CFLAGS" fi cocoa="yes" audio_drv_list="coreaudio" |