On 14 November 2011 14:59, Peter Maydell <[email protected]> wrote: > On 14 November 2011 14:41, Avi Kivity <[email protected]> wrote: >> +if test "$pie" = "yes" ; then >> + QEMU_CFLAGS="-fPIE -DPIE $QEMU_CFLAGS" >> + LDFLAGS="-Wl,-pie $LDFLAGS"
> It would be good to see some testing that this works on all > our random oddball hosts (MacOSX, for instance, which doesn't > use GNU ld) and architectures we apply this... *before we apply this... -- PMM (rats)
