- remove dependency on gpg-offline, is done by source validator

- drop userspace-rcu-ppc64le.patch, included in
  userspace-rcu-aarch64.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=20
This commit is contained in:
Dirk Mueller 2015-09-29 19:11:20 +00:00 committed by Git OBS Bridge
parent 8feca509fa
commit fe82138cf2
2 changed files with 3 additions and 37 deletions

View File

@ -1,36 +0,0 @@
Index: userspace-rcu-0.8.1/urcu/arch/ppc.h
===================================================================
--- userspace-rcu-0.8.1.orig/urcu/arch/ppc.h
+++ userspace-rcu-0.8.1/urcu/arch/ppc.h
@@ -80,7 +80,7 @@ extern "C" {
typedef unsigned long long cycles_t;
-#ifdef __powerpc64__
+#if defined(__powerpc64__) || defined(__powerpc64le__)
static inline cycles_t caa_get_cycles(void)
{
return (cycles_t) mftb();
Index: userspace-rcu-0.8.1/configure
===================================================================
--- userspace-rcu-0.8.1.orig/configure
+++ userspace-rcu-0.8.1/configure
@@ -7148,6 +7148,9 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
ppc*-*linux*|powerpc*-*linux*)
LD="${LD-ld} -m elf64ppc"
;;
+ ppc*le-*linux*|powerpc*le-*linux*)
+ LD="${LD-ld} -m elf64ppc"
+ ;;
s390*-*linux*|s390*-*tpf*)
LD="${LD-ld} -m elf64_s390"
;;
@@ -12665,6 +12668,8 @@ case $host_cpu in #(
ARCHTYPE="ppc" ;; #(
powerpc64) :
ARCHTYPE="ppc" ;; #(
+ powerpc64le) :
+ ARCHTYPE="ppc" ;; #(
ppc) :
ARCHTYPE="ppc" ;; #(
s390) :

View File

@ -1,7 +1,9 @@
-------------------------------------------------------------------
Tue Sep 29 19:09:49 UTC 2015 - dmueller@suse.com
- remove dependency on gpg-offline, is done by source validator
- remove dependency on gpg-offline, is done by source validator
- drop userspace-rcu-ppc64le.patch, included in
userspace-rcu-aarch64.patch
-------------------------------------------------------------------
Mon Aug 31 19:14:52 UTC 2015 - dmueller@suse.com