[gmp-ecm] 48/77: Use the same compiler on all archs.

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Jun 6 12:33:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a commit to branch master
in repository gmp-ecm.

commit ec8791d4cecb5377f9b46978e50443ad6a2feb81
Author: Laurent Fousse <laurent at komite.net>
Date:   Wed Sep 28 08:35:14 2011 +0200

    Use the same compiler on all archs.
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1b46608..c84988b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,5 @@
 %:
 	dh $@
 
-MYCC=""
-
-ifneq (,$(findstring sparc,$(DEB_BUILD_GNU_TYPE)))
-    MYCC="CC=gcc-4.3"
-endif
-
 override_dh_auto_configure:
-	dh_auto_configure -a -- --enable-shared $(MYCC)
+	dh_auto_configure -a -- --enable-shared

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmp-ecm.git



More information about the debian-science-commits mailing list