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 1/2] build: Move TARGET_* assignments earlier

2020-02-21 Thread Daniel Kiper
Adding John and Eric... On Wed, Feb 19, 2020 at 10:51:41PM -0800, 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