[bollin] r5489 committed - Attempt to use gcc on powerpc to workaround compile failure.

2 views
Skip to first unread message

bol...@googlecode.com

unread,
Jul 11, 2014, 3:42:49 PM7/11/14
to debian...@googlegroups.com
Revision: 5489
Author: Soeren.Sonnenburg
Date: Fri Jul 11 19:42:37 2014 UTC
Log: Attempt to use gcc on powerpc to workaround compile failure.
http://code.google.com/p/bollin/source/detail?r=5489

Modified:
/shogun/trunk/debian/changelog
/shogun/trunk/debian/rules

=======================================
--- /shogun/trunk/debian/changelog Mon Jul 7 19:13:31 2014 UTC
+++ /shogun/trunk/debian/changelog Fri Jul 11 19:42:37 2014 UTC
@@ -1,3 +1,9 @@
+shogun (3.2.0-6) unstable; urgency=low
+
+ * Attempt to use gcc on powerpc to workaround compile failure.
+
+ -- Soeren Sonnenburg <so...@debian.org> Fri, 11 Jul 2014 21:42:24 +0200
+
shogun (3.2.0-5) unstable; urgency=low

* Fix typo on i386 releases.
=======================================
--- /shogun/trunk/debian/rules Mon Jul 7 19:13:31 2014 UTC
+++ /shogun/trunk/debian/rules Fri Jul 11 19:42:37 2014 UTC
@@ -6,7 +6,7 @@
OVERRIDE_COMPILER=
DISABLE_SSE=

-ifeq ($(ARCH),$(filter $(ARCH),powerpc mips mipsel))
+ifeq ($(ARCH),$(filter $(ARCH),mips mipsel))
OVERRIDE_COMPILER=-DCMAKE_C_COMPILER=/usr/bin/clang
-DCMAKE_CXX_COMPILER=/usr/bin/clang++
endif

Reply all
Reply to author
Forward
0 new messages