[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4614 - glibc-package/trunk/debian



Author: aurel32
Date: 2011-05-01 13:50:49 +0000 (Sun, 01 May 2011)
New Revision: 4614

Modified:
   glibc-package/trunk/debian/rules
Log:
define DEB_HOST_MULTIARCH


Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules	2011-04-26 04:41:23 UTC (rev 4613)
+++ glibc-package/trunk/debian/rules	2011-05-01 13:50:49 UTC (rev 4614)
@@ -48,6 +48,7 @@
 DEB_HOST_GNU_CPU      ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_GNU_TYPE     ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_HOST_GNU_SYSTEM   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
+DEB_HOST_MULTIARCH    ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_BUILD_ARCH        ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_GNU_CPU     ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 DEB_BUILD_GNU_TYPE    ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)


Reply to: