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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Tue Aug 4 17:44:53 UTC 2015


Author: stevenc-guest
Date: 2015-08-04 17:44:53 +0000 (Tue, 04 Aug 2015)
New Revision: 5750

Modified:
   trunk/kfreebsd-10/debian/rules
Log:
Adjust Build-Depends to match clang version used, and
regenerate control file, forgotten in previous upload.


Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2015-08-04 12:33:57 UTC (rev 5749)
+++ trunk/kfreebsd-10/debian/rules	2015-08-04 17:44:53 UTC (rev 5750)
@@ -62,7 +62,7 @@
 # Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
 clang_cpus	:= i386 amd64 arm
 
-cc_pkg		:= clang-3.6 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
+cc_pkg		:= clang-3.5 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
 		gcc-4.9 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
 
 ifneq (, $(filter $(clang_cpus), $(DEB_HOST_ARCH_CPU)))




More information about the Glibc-bsd-commits mailing list