about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2012-10-23 22:49:59 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-23 22:49:59 +0000
commit166bca248032399a5a13258b13b8fdb9c1da1ed1 (patch)
tree9fcbb9e501786c76668381b634022f92f9a84df7 /ChangeLog
parent88866099db3973a1b4d3bb0fb3f45efea067e4e8 (diff)
downloadglibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.gz
glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.xz
glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.zip
Add and use $(host-built-program-cmd).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19791f6395..8eb75d0a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-10-23  Jim Blandy  <jimb@codesourcery.com>
+	    Joseph Myers  <joseph@codesourcery.com>
+
+	* Makeconfig (host-built-program-cmd): New variable.
+	* elf/Makefile (tst-stackguard1-ARGS): Use
+	$(host-built-program-cmd).
+	* posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
+	(tst-spawn-ARGS): Likewise.
+	* rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
+
 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
 	    Jim Blandy  <jimb@codesourcery.com>