[ was: Re: [committed] Only compile test-cases using hardcoded assembly for x86_64 ] On 12-12-2019 10:20, Jakub Jelinek wrote: > On Thu, Dec 12, 2019 at 10:07:16AM +0100, Tom de Vries wrote: >> 2019-12-12 Tom de Vries >> >> * Makefile (UNAME): New variable. >> (dw2-restrict, dw2-skip-prologue, py-section-script) >> (implptr-64bit-d2o4a8r8t0, varval): Only compile for x86_64. > > I meant something shorter/easier to use, like: > TEST_EXECS_x86_64 = dw2-restrict py-section-script dw2-skip-prologue \ > implptr-64bit-d2o4a8r8t0 varval > TEST_EXECS = hello dwz-for-test min two-typedef start hello-gold-gdb-index \ > start-gold hello-gnu-pubnames $(TEST_EXECS_DWARF_ASM) \ > $(TEST_EXECS_$(UNAME)) > which would be easily extensible for tests specific to other architectures. Ack, committed patch that uses that approach. Thanks, - Tom