On 2/20/20 7:51 AM, Matt Turner wrote:
> From: Mike Gilbert
>
> On a 32-bit SPARC userland, configure fails to compile assembly and the
> build fails:
>
> checking for options to compile assembly... configure: error: could not
> compile assembly
>
> config.log shows:
>
> asm-tests/spa
On 2/20/20 7:51 AM, Matt Turner wrote:
> From: Mike Gilbert
>
> PIE should be disabled in assembly sources as well, or else grub will
> fail to boot.
>
> Bug: https://bugs.gentoo.org/667852
> ---
> configure.ac | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure.ac b/configure.a