Package: liburcu / 0.10.2-1

include-sh4-arch.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Add sh4 to the list of supported architectures.

--- a/configure.ac
+++ b/configure.ac
@@ -149,6 +149,7 @@
 	[tile*], [ARCHTYPE="tile"],
 	[hppa*], [ARCHTYPE="hppa"],
 	[m68k], [ARCHTYPE="m68k"],
+	[sh4], [ARCHTYPE="gcc"],
 	[ARCHTYPE="unknown"]
 )