All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] zeromq: fix sparc32 compile
@ 2016-06-04 11:42 Waldemar Brodkorb
  2016-06-07 21:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2016-06-04 11:42 UTC (permalink / raw)
  To: buildroot

Code is otherwise compiled with sparcv9 optimization and
cannot be run on sparc32 (sparcv8) machine.

Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
---
v1 -> v2:
  - add git formatted patch requested by Thomas Petazzoni
---
 .../zeromq/0003-allow-to-build-sparc-v8-leon.patch |   30 ++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 package/zeromq/0003-allow-to-build-sparc-v8-leon.patch

diff --git a/package/zeromq/0003-allow-to-build-sparc-v8-leon.patch b/package/zeromq/0003-allow-to-build-sparc-v8-leon.patch
new file mode 100644
index 0000000..126a03b
--- /dev/null
+++ b/package/zeromq/0003-allow-to-build-sparc-v8-leon.patch
@@ -0,0 +1,30 @@
+From d0b22397ebbef8e250c4cad25b8686018804aa15 Mon Sep 17 00:00:00 2001
+From: Waldemar Brodkorb <wbx@uclibc-ng.org>
+Date: Sat, 4 Jun 2016 09:30:49 +0200
+Subject: [PATCH] allow to build sparc (v8,leon)
+
+Only set sparcv9 optimization for sparc64 systems.
+This allows to run for example application using zeromq
+on sparc32 systems.
+
+Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index af8293c..cabd734 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -291,7 +291,7 @@ fi
+ 
+ # CPU-specific optimizations
+ case "${host_cpu}" in
+-    *sparc*)
++    *sparc64*)
+         AC_LANG_PUSH([C++])
+         LIBZMQ_CHECK_LANG_FLAG_PREPEND([-mcpu=v9])
+         AC_LANG_POP([C++])
+-- 
+2.7.4 (Apple Git-66)
+
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] zeromq: fix sparc32 compile
  2016-06-04 11:42 [Buildroot] [PATCH v2] zeromq: fix sparc32 compile Waldemar Brodkorb
@ 2016-06-07 21:48 ` Thomas Petazzoni
  2016-06-09 21:30   ` Waldemar Brodkorb
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-06-07 21:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 4 Jun 2016 13:42:33 +0200, Waldemar Brodkorb wrote:
> Code is otherwise compiled with sparcv9 optimization and
> cannot be run on sparc32 (sparcv8) machine.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
> ---
> v1 -> v2:
>   - add git formatted patch requested by Thomas Petazzoni
> ---
>  .../zeromq/0003-allow-to-build-sparc-v8-leon.patch |   30 ++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>  create mode 100644 package/zeromq/0003-allow-to-build-sparc-v8-leon.patch

Applied to master, thanks. Please submit the patch upstream if not
already done (IIRC the zeromq developers use Github, some submitting
upstream is trivial).

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2] zeromq: fix sparc32 compile
  2016-06-07 21:48 ` Thomas Petazzoni
@ 2016-06-09 21:30   ` Waldemar Brodkorb
  0 siblings, 0 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2016-06-09 21:30 UTC (permalink / raw)
  To: buildroot

Hi Thomas,
Thomas Petazzoni wrote,

> Hello,
> 
> On Sat, 4 Jun 2016 13:42:33 +0200, Waldemar Brodkorb wrote:
> > Code is otherwise compiled with sparcv9 optimization and
> > cannot be run on sparc32 (sparcv8) machine.
> > 
> > Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
> > ---
> > v1 -> v2:
> >   - add git formatted patch requested by Thomas Petazzoni
> > ---
> >  .../zeromq/0003-allow-to-build-sparc-v8-leon.patch |   30 ++++++++++++++++++++
> >  1 file changed, 30 insertions(+)
> >  create mode 100644 package/zeromq/0003-allow-to-build-sparc-v8-leon.patch
> 
> Applied to master, thanks. Please submit the patch upstream if not
> already done (IIRC the zeromq developers use Github, some submitting
> upstream is trivial).

Yeah, it is already done and accepted upstream,
 best regards
  Waldemar

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-09 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-04 11:42 [Buildroot] [PATCH v2] zeromq: fix sparc32 compile Waldemar Brodkorb
2016-06-07 21:48 ` Thomas Petazzoni
2016-06-09 21:30   ` Waldemar Brodkorb

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.