darwin: do not use -mdynamic-no-pic
commit13b6ce0ec98dc0d757d5c9b50f3ce349d7af43bd
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 10 Feb 2014 06:48:55 +0000 (10 14:48 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Feb 2014 12:12:54 +0000 (20 13:12 +0100)
treee3880a8088a9e64fa310fef1f97d7adc92b2586f
parent6ebc91e5d0f408371460ab4329dc6de7f93306ac
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>
configure