[Glibc-bsd-commits] r5720 - trunk/kfreebsd-10/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Tue Jul 7 16:04:24 UTC 2015


Author: stevenc-guest
Date: 2015-07-07 16:04:24 +0000 (Tue, 07 Jul 2015)
New Revision: 5720

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
Build with clang-3.6 on i386, amd64, arm;  due to clang-3.4
going away soon. (Closes: #790358)


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2015-07-06 13:19:06 UTC (rev 5719)
+++ trunk/kfreebsd-10/debian/changelog	2015-07-07 16:04:24 UTC (rev 5720)
@@ -4,6 +4,8 @@
     and directories in the tarball are not writable by the src
     group, but readable by all, regardless of the umask setting
     when the package is built. (Closes: #791584)
+  * Build with clang-3.6 on i386, amd64, arm;  due to clang-3.4
+    going away soon. (Closes: #790358)
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Mon, 06 Jul 2015 13:47:06 +0100
 

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2015-07-06 13:19:06 UTC (rev 5719)
+++ trunk/kfreebsd-10/debian/rules	2015-07-07 16:04:24 UTC (rev 5720)
@@ -62,11 +62,11 @@
 # Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
 clang_cpus	:= i386 amd64 arm
 
-cc_pkg		:= clang-3.4 (>= 1:3.4.2-9~exp2) [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
+cc_pkg		:= clang-3.6 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
 		gcc-4.9 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
 
 ifneq (, $(filter $(clang_cpus), $(DEB_HOST_ARCH_CPU)))
-cc_cmd		:= clang-3.4
+cc_cmd		:= clang-3.6
 else
 cc_cmd		:= gcc-4.9
 endif




More information about the Glibc-bsd-commits mailing list