[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/7] configure: Do not force pie=no for non-x86
From: |
Thomas Huth |
Subject: |
Re: [PATCH 3/7] configure: Do not force pie=no for non-x86 |
Date: |
Wed, 18 Dec 2019 08:05:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 18/12/2019 04.19, Richard Henderson wrote:
> PIE is supported on many other hosts besides x86.
>
> The default for non-x86 is now the same as x86: pie is used
> if supported, and may be forced via --enable/--disable-pie.
The original commit that introduce this code (40d6444e91c) said:
"Non-x86 are not changed, as they require TCG changes"
... are these "TCG changes" in place nowadays? Did you check on non-x86
systems? If so, please mention this in the commit message.
Thomas
- [PATCH 0/7] configure: Improve PIE and other linkage, Richard Henderson, 2019/12/17
- [PATCH 1/7] configure: Drop adjustment of textseg, Richard Henderson, 2019/12/17
- [PATCH 2/7] tcg: Remove softmmu code_gen_buffer fixed address, Richard Henderson, 2019/12/17
- [PATCH 3/7] configure: Do not force pie=no for non-x86, Richard Henderson, 2019/12/17
- Re: [PATCH 3/7] configure: Do not force pie=no for non-x86,
Thomas Huth <=
- [PATCH 4/7] configure: Always detect -no-pie toolchain support, Richard Henderson, 2019/12/17
- [PATCH 5/7] configure: Unnest detection of -z,relro and -z,now, Richard Henderson, 2019/12/17
- [PATCH 7/7] configure: Support -static-pie if requested, Richard Henderson, 2019/12/17