Package: liburcu
Version: 0.8.6-1
Severity: normal
Tags: patch
The attached patch enables liburucu to sucessfully build on the hppa
architecture.
The patch is pretty trivial, since hppa now supports the builtin atomic
functions from gcc.
Can you please apply it for the next upload or apply it to upstream?
Attached are two patches:
One for the debian package, and one for upstream version.
I did signed-off both.
Thanks,
Helge
[PATCH] Add hppa architecture which uses gcc atomic builtins
Signed-off-by: Helge Deller <[email protected]>
diff -up ./configure.ac.org ./configure.ac
--- ./configure.ac.org 2015-02-02 15:38:51.787316448 +0100
+++ ./configure.ac 2015-02-02 15:46:38.387440069 +0100
@@ -81,6 +81,7 @@ AS_CASE([$host_cpu],
[aarch64], [ARCHTYPE="gcc"],
[mips*], [ARCHTYPE="mips"],
[tile*], [ARCHTYPE="gcc"],
+ [hppa*], [ARCHTYPE="gcc"],
[ARCHTYPE="unknown"]
)
[PATCH] Add hppa architecture which uses gcc atomic builtins
Signed-off-by: Helge Deller <[email protected]>
diff -up ./configure.ac.org ./configure.ac
--- ./configure.ac.org 2015-02-03 11:52:45.125069998 +0100
+++ ./configure.ac 2015-02-03 11:53:18.897055203 +0100
@@ -79,6 +79,7 @@ AS_CASE([$host_cpu],
[arm*], [ARCHTYPE="arm"],
[mips*], [ARCHTYPE="mips"],
[tile*], [ARCHTYPE="gcc"],
+ [hppa*], [ARCHTYPE="gcc"],
[ARCHTYPE="unknown"]
)