On 04/24/2018 05:23 AM, Alex Bennée wrote: > These tests are a little strange as they use their own crt.o stub > instead of the system supplied one. We also disable the multiarch > testthread test as that requires a dynamically linked build. > > Signed-off-by: Alex Bennée <[email protected]> > --- > tests/tcg/alpha/Makefile | 35 -------------------------------- > tests/tcg/alpha/Makefile.target | 32 +++++++++++++++++++++++++++++ > tests/tcg/alpha/{crt.s => crt.S} | 0 > 3 files changed, 32 insertions(+), 35 deletions(-) > delete mode 100644 tests/tcg/alpha/Makefile > create mode 100644 tests/tcg/alpha/Makefile.target > rename tests/tcg/alpha/{crt.s => crt.S} (100%)
Now that you have a cross-environment, you could simply drop the crt.o. There's nothing special in there at all; it was just someone's attempt to produce tests *without* a fill cross-environment. r~
