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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Fri Apr 1 21:39:47 UTC 2016


Author: stevenc-guest
Date: 2016-04-01 21:39:47 +0000 (Fri, 01 Apr 2016)
New Revision: 5976

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
Experimentally build all arches with GCC for now


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2016-04-01 21:31:19 UTC (rev 5975)
+++ trunk/kfreebsd-10/debian/changelog	2016-04-01 21:39:47 UTC (rev 5976)
@@ -1,5 +1,6 @@
 kfreebsd-10 (10.3~svn296998-2) UNRELEASED; urgency=medium
 
+  * Experimentally build all arches with GCC for now
   * Disable Stack Smashing Protection when building with GCC
     (see #819754)
   * Prevent improper #include of mm_malloc.h by GCC headers

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2016-04-01 21:31:19 UTC (rev 5975)
+++ trunk/kfreebsd-10/debian/rules	2016-04-01 21:39:47 UTC (rev 5976)
@@ -60,10 +60,12 @@
 		-DWITHOUT_SOURCELESS
 
 # Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
-clang_cpus	:= i386 amd64 arm
+clang_cpus	:= # i386 amd64 arm
+# Experimentally build all arches with GCC for now
+cc_pkg		:= gcc-5
 
-cc_pkg		:= clang-3.5 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
-		gcc-5 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
+#cc_pkg		:= clang-3.5 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
+#		gcc-5 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
 
 ifneq (, $(filter $(clang_cpus), $(DEB_HOST_ARCH_CPU)))
 cc_cmd		:= clang-3.5




More information about the Glibc-bsd-commits mailing list