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

Steven Chamberlain stevenc-guest at alioth.debian.org
Fri Nov 8 19:45:36 UTC 2013


Author: stevenc-guest
Date: 2013-11-08 19:45:36 +0000 (Fri, 08 Nov 2013)
New Revision: 5134

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
The wildcard for ARM is any-arm.  Fixes lintian error.

DEB_HOST_ARCH_CPU=arm anyway when DEB_HOST_ARCH=armel.


Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-11-08 17:39:32 UTC (rev 5133)
+++ trunk/kfreebsd-10/debian/changelog	2013-11-08 19:45:36 UTC (rev 5134)
@@ -1,7 +1,11 @@
 kfreebsd-10 (10.0~svn257123-2) UNRELEASED; urgency=low
 
+  [ Robert Millan ]
   * Disable mipsel builds.  (Closes: #727829)
 
+  [ Steven Chamberlain ]
+  * The wildcard for ARM is any-arm.
+
  -- Robert Millan <rmh at debian.org>  Sat, 02 Nov 2013 14:08:05 +0100
 
 kfreebsd-10 (10.0~svn257123-1) experimental; urgency=low

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2013-11-08 17:39:32 UTC (rev 5133)
+++ trunk/kfreebsd-10/debian/rules	2013-11-08 19:45:36 UTC (rev 5134)
@@ -46,7 +46,7 @@
 PATH		:= /usr/lib/freebsd:$(PATH)
 
 # Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
-clang_cpus	:= i386 amd64 armel
+clang_cpus	:= i386 amd64 arm
 
 cc_pkg		:= clang-3.3 (>= 1:3.3-9) [$(foreach cpu,$(clang_cpus),any-$(cpu))], \
 		gcc-4.8 [$(foreach cpu,$(clang_cpus),!any-$(cpu))]




More information about the Glibc-bsd-commits mailing list