[Pkg-openldap-devel] [openldap] 01/01: Use <triplet>-gcc as default CC instead of -cc.

Ryan Tandy rtandy-guest at moszumanska.debian.org
Thu Aug 27 15:46:42 UTC 2015


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

rtandy-guest pushed a commit to branch master
in repository openldap.

commit 663f829007ec823bd0c8169e083229ae06dd39e7
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Thu Aug 27 08:10:26 2015 -0700

    Use <triplet>-gcc as default CC instead of -cc.
    
    At this time, only cross-gcc-defaults provides <triplet>-cc symlinks;
    gcc-defaults does not.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 65a3b13..154f0c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ endif
 # Ensure CC is set correctly for cross builds, unless it has already 
 # been set explicitly.
 ifeq ($(origin CC),default)
-	export CC := $(DEB_HOST_GNU_TYPE)-cc
+	export CC := $(DEB_HOST_GNU_TYPE)-gcc
 endif
 
 installdir	:= $(CURDIR)/debian/tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list