aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index a6241ac75e..0f8c38056f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -55,5 +55,6 @@ clean :
%.o: %.s
- $(CC) -c $(CCFLAGS) $<
+ $(CC) -c $(CCFLAGS) $< -xarch=v9
+