Re: [PATCH 1/2] build: Move TARGET_* assignments earlier

2020-02-23 Thread John Paul Adrian Glaubitz
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

Re: [PATCH 2/2] build: Disable PIE in TARGET_CCASFLAGS if needed

2020-02-23 Thread John Paul Adrian Glaubitz
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