[Glibc-bsd-commits] r5482 - trunk/kfreebsd-11/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun May 25 01:47:07 UTC 2014


Author: stevenc-guest
Date: 2014-05-25 01:47:07 +0000 (Sun, 25 May 2014)
New Revision: 5482

Modified:
   trunk/kfreebsd-11/debian/changelog
   trunk/kfreebsd-11/debian/rules
Log:
* DEB_HOST_ARCH_CPU on armel is arm;  update debian/rules detection
  and thereby correctly specify any-arm in debian/control too.
* Update source file reference in comment


Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2014-05-22 19:47:05 UTC (rev 5481)
+++ trunk/kfreebsd-11/debian/changelog	2014-05-25 01:47:07 UTC (rev 5482)
@@ -7,6 +7,8 @@
     - Fix for EN-14:06:
       Triple fault on execve from 64-bit thread to 32-bit process
       (Closes: #748745)
+  * DEB_HOST_ARCH_CPU on armel is arm;  update debian/rules detection
+    and thereby correctly specify any-arm in debian/control too.
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Tue, 20 May 2014 13:04:21 +0100
 

Modified: trunk/kfreebsd-11/debian/rules
===================================================================
--- trunk/kfreebsd-11/debian/rules	2014-05-22 19:47:05 UTC (rev 5481)
+++ trunk/kfreebsd-11/debian/rules	2014-05-25 01:47:07 UTC (rev 5482)
@@ -62,8 +62,8 @@
 		MACHINE_ARCH=$(kfreebsd_cpu) \
 		-DWITHOUT_SOURCELESS
 
-# Clang is the default compiler on these architectures (see src/share/mk/bsd.own.mk)
-clang_cpus	:= i386 amd64 armel
+# Clang is the default compiler on these architectures (see src/share/mk/src.opts.mk)
+clang_cpus	:= i386 amd64 arm
 
 ifneq ($(clang_version), 3.4)
 $(error Upstream is now using a different Clang version than we expected. Consider updating cc_pkg and cc_cmd)




More information about the Glibc-bsd-commits mailing list