* [gentoo-commits] gentoo commit in src/patchsets/binutils/2.20.1: 06_all_binutils-2.20-POSIX-test.patch README.history
@ 2012-05-31 4:44 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-05-31 4:44 UTC (permalink / raw
To: gentoo-commits
vapier 12/05/31 04:44:38
Modified: README.history
Added: 06_all_binutils-2.20-POSIX-test.patch
Log:
add fix from upstream for POSIX test usage #417549 by Richard Yao
Revision Changes Path
1.8 src/patchsets/binutils/2.20.1/README.history
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/README.history?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/README.history?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/README.history?r1=1.7&r2=1.8
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.20.1/README.history,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.history 18 Sep 2011 08:59:22 -0000 1.7
+++ README.history 31 May 2012 04:44:38 -0000 1.8
@@ -1,4 +1,5 @@
-1.2 [pending]
+1.2 31 May 2012
+ + 06_all_binutils-2.20-POSIX-test.patch
U 75_all_binutils-default-test-flags.patch
1.1 09 May 2010
1.1 src/patchsets/binutils/2.20.1/06_all_binutils-2.20-POSIX-test.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/06_all_binutils-2.20-POSIX-test.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.20.1/06_all_binutils-2.20-POSIX-test.patch?rev=1.1&content-type=text/plain
Index: 06_all_binutils-2.20-POSIX-test.patch
===================================================================
taken from upstream tree
https://bugs.gentoo.org/417549
From dcc1615fd81c9a87677cd5b7138c12eab997b60f Mon Sep 17 00:00:00 2001
From: Paolo Bonzini <bonzini@gnu.org>
Date: Fri, 20 Nov 2009 10:12:01 +0000
Subject: [PATCH] sync config with gcc:
2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
---
config/ChangeLog | 4 ++++
config/acx.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/config/acx.m4 b/config/acx.m4
index cea08b7..b559c03 100644
--- a/config/acx.m4
+++ b/config/acx.m4
@@ -605,7 +605,7 @@ dnl # See binutils PR 4334 for more details.
AC_DEFUN([ACX_CHECK_CYGWIN_CAT_WORKS],[
AC_MSG_CHECKING([to see if cat works as expected])
echo a >cygwin-cat-check
-if test `cat cygwin-cat-check` == a ; then
+if test `cat cygwin-cat-check` = a ; then
rm cygwin-cat-check
AC_MSG_RESULT(yes)
else
--
1.7.8.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-31 4:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 4:44 [gentoo-commits] gentoo commit in src/patchsets/binutils/2.20.1: 06_all_binutils-2.20-POSIX-test.patch README.history Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox