--- /dev/null
+From: Stephane Glondu <steph@glondu.net>
+Date: Thu, 20 Nov 2014 16:48:12 +0100
+Subject: Fix asmcomp tests on sparc
+
+Bug: http://caml.inria.fr/mantis/view.php?id=6665
+---
+ testsuite/tests/asmcomp/sparc.S | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/testsuite/tests/asmcomp/sparc.S b/testsuite/tests/asmcomp/sparc.S
+index ea02957..f2b9ce2 100644
+--- a/testsuite/tests/asmcomp/sparc.S
++++ b/testsuite/tests/asmcomp/sparc.S
+@@ -10,7 +10,7 @@
+ /* */
+ /***********************************************************************/
+
+-#if defined(SYS_solaris) || defined(SYS_elf)
++#if defined(SYS_solaris) || defined(SYS_linux)
+ #define Call_gen_code call_gen_code
+ #define Caml_c_call caml_c_call
+ #else
+--
0006-Embed-bytecode-in-C-object-when-using-custom.patch
0007-Tune-resource-usage-of-some-tests.patch
0008-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch
+0009-Fix-asmcomp-tests-on-sparc.patch