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

r4615 - glibc-package/branches/eglibc-2.13/debian



Author: aurel32
Date: 2011-05-01 13:52:35 +0000 (Sun, 01 May 2011)
New Revision: 4615

Modified:
   glibc-package/branches/eglibc-2.13/debian/rules
Log:
define DEB_HOST_MULTIARCH


Modified: glibc-package/branches/eglibc-2.13/debian/rules
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/rules	2011-05-01 13:50:49 UTC (rev 4614)
+++ glibc-package/branches/eglibc-2.13/debian/rules	2011-05-01 13:52:35 UTC (rev 4615)
@@ -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: