From 55b7716fa59b7b3c1b16f64b5b9debbd1736a974 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sat, 28 Mar 2020 17:01:49 +0100 Subject: fixup for arm --- test/monniaux/yarpgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux') diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile index 339d6808..a9f62eb7 100644 --- a/test/monniaux/yarpgen/Makefile +++ b/test/monniaux/yarpgen/Makefile @@ -54,7 +54,7 @@ tests_s: $(TESTS_CCOMP_TARGET_S) $(CC) $(CFLAGS) -S -o $@ $< %.target.o : %.target.s - $(TARGET_CC) $(CFLAGS) -c -o $@ $< + $(TARGET_CC) -c -o $@ $< %.host.o : %.host.s $(CC) $(CFLAGS) -c -o $@ $< -- cgit