[Glibc-bsd-commits] r6136 - trunk/kfreebsd-10/debian
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Mon Jan 9 09:53:34 UTC 2017
Author: stevenc-guest
Date: 2017-01-09 09:53:34 +0000 (Mon, 09 Jan 2017)
New Revision: 6136
Modified:
trunk/kfreebsd-10/debian/rules
Log:
Really build with gcc-6 (Closes: #835950)
Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules 2017-01-08 22:55:51 UTC (rev 6135)
+++ trunk/kfreebsd-10/debian/rules 2017-01-09 09:53:34 UTC (rev 6136)
@@ -85,15 +85,15 @@
# Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
clang_cpus := # i386 amd64 arm
# Experimentally build all arches with GCC for now
-cc_pkg := gcc-5
+cc_pkg := gcc-6
#cc_pkg := clang-3.5 [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
-# gcc-5 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
+# gcc-6 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]
ifneq (, $(filter $(clang_cpus), $(DEB_HOST_ARCH_CPU)))
cc_cmd := clang-3.5
else
-cc_cmd := gcc-5
+cc_cmd := gcc-6
# Disable Stack Smashing Protection when building with GCC (see #819754)
MAKE += -DWITHOUT_SSP
endif
More information about the Glibc-bsd-commits
mailing list