public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig/files/99999999: 0001-add-uClibc-guess-support.patch 0002-add-ps2-targets-to-config.sub.patch
@ 2010-10-08 22:03 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-10-08 22:03 UTC (permalink / raw
  To: gentoo-commits

vapier      10/10/08 22:03:59

  Modified:             0001-add-uClibc-guess-support.patch
                        0002-add-ps2-targets-to-config.sub.patch
  Log:
  refresh patches against latest git

Revision  Changes    Path
1.4                  sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?r1=1.3&r2=1.4

Index: 0001-add-uClibc-guess-support.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 0001-add-uClibc-guess-support.patch	8 Feb 2010 23:20:56 -0000	1.3
+++ 0001-add-uClibc-guess-support.patch	8 Oct 2010 22:03:59 -0000	1.4
@@ -1,4 +1,4 @@
-From 8498f76fe6131577ce3e90af58a6be958b3795be Mon Sep 17 00:00:00 2001
+From 90b44830cdf0ee1c57d83917a6b95091bbcbd971 Mon Sep 17 00:00:00 2001
 From: Mike Frysinger <vapier@gentoo.org>
 Date: Thu, 9 Oct 2008 15:51:09 -0400
 Subject: [PATCH 1/2] add uClibc guess support
@@ -8,7 +8,7 @@
  1 files changed, 52 insertions(+), 37 deletions(-)
 
 diff --git a/config.guess b/config.guess
-index c2246a4..bf48496 100755
+index 4c8f032..e1f34b5 100755
 --- a/config.guess
 +++ b/config.guess
 @@ -140,6 +140,29 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
@@ -118,7 +118,7 @@
  	exit ;;
      mips:Linux:*:* | mips64:Linux:*:*)
  	eval $set_cc_for_build
-@@ -931,51 +946,51 @@ EOF
+@@ -931,54 +946,54 @@ EOF
  	#endif
  EOF
  	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
@@ -171,6 +171,9 @@
 -	echo ${UNAME_MACHINE}-unknown-linux-gnu
 +	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  	exit ;;
+     tile*:Linux:*:*)
+ 	echo ${UNAME_MACHINE}-tilera-linux-gnu
+ 	exit ;;
      vax:Linux:*:*)
 -	echo ${UNAME_MACHINE}-dec-linux-gnu
 +	echo ${UNAME_MACHINE}-dec-linux-${LIBC}
@@ -186,5 +189,5 @@
      i*86:DYNIX/ptx:4*:*)
  	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
 -- 
-1.6.6.1
+1.7.3
 



1.4                  sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?r1=1.3&r2=1.4

Index: 0002-add-ps2-targets-to-config.sub.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 0002-add-ps2-targets-to-config.sub.patch	8 Feb 2010 23:20:56 -0000	1.3
+++ 0002-add-ps2-targets-to-config.sub.patch	8 Oct 2010 22:03:59 -0000	1.4
@@ -1,4 +1,4 @@
-From 8550922eda8dc401a3059c1e9eb2d70a359cb8a9 Mon Sep 17 00:00:00 2001
+From c3b83311b9633d326fb05b236b563b77613421c4 Mon Sep 17 00:00:00 2001
 From: Mike Frysinger <vapier@gentoo.org>
 Date: Thu, 9 Oct 2008 15:51:35 -0400
 Subject: [PATCH 2/2] add ps2 targets to config.sub
@@ -8,10 +8,10 @@
  1 files changed, 20 insertions(+), 2 deletions(-)
 
 diff --git a/config.sub b/config.sub
-index c2d1257..4c0d959 100755
+index 320e303..216604d 100755
 --- a/config.sub
 +++ b/config.sub
-@@ -252,7 +252,7 @@ case $basic_machine in
+@@ -253,7 +253,7 @@ case $basic_machine in
  	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
  	| bfin \
  	| c4x | clipper \
@@ -20,7 +20,7 @@
  	| fido | fr30 | frv \
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  	| i370 | i860 | i960 | ia64 \
-@@ -752,6 +752,24 @@ case $basic_machine in
+@@ -773,6 +773,24 @@ case $basic_machine in
  		basic_machine=m68k-atari
  		os=-mint
  		;;
@@ -45,7 +45,7 @@
  	mips3*-*)
  		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
  		;;
-@@ -1305,7 +1323,7 @@ case $os in
+@@ -1321,7 +1339,7 @@ case $os in
  	      | -uxpv* | -beos* | -mpeix* | -udk* \
  	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
@@ -55,5 +55,5 @@
  	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
  	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 -- 
-1.6.6.1
+1.7.3
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig/files/99999999: 0001-add-uClibc-guess-support.patch 0002-add-ps2-targets-to-config.sub.patch
@ 2011-02-19 17:39 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2011-02-19 17:39 UTC (permalink / raw
  To: gentoo-commits

vapier      11/02/19 17:39:07

  Modified:             0001-add-uClibc-guess-support.patch
                        0002-add-ps2-targets-to-config.sub.patch
  Log:
  update patches to latest git

Revision  Changes    Path
1.5                  sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?r1=1.4&r2=1.5

Index: 0001-add-uClibc-guess-support.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 0001-add-uClibc-guess-support.patch	8 Oct 2010 22:03:59 -0000	1.4
+++ 0001-add-uClibc-guess-support.patch	19 Feb 2011 17:39:07 -0000	1.5
@@ -1,4 +1,4 @@
-From 90b44830cdf0ee1c57d83917a6b95091bbcbd971 Mon Sep 17 00:00:00 2001
+From c8af38207f3c2031591e310199a15dcbeb993cb2 Mon Sep 17 00:00:00 2001
 From: Mike Frysinger <vapier@gentoo.org>
 Date: Thu, 9 Oct 2008 15:51:09 -0400
 Subject: [PATCH 1/2] add uClibc guess support
@@ -8,7 +8,7 @@
  1 files changed, 52 insertions(+), 37 deletions(-)
 
 diff --git a/config.guess b/config.guess
-index 4c8f032..e1f34b5 100755
+index 187cd54..8ca32db 100755
 --- a/config.guess
 +++ b/config.guess
 @@ -140,6 +140,29 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
@@ -41,7 +41,7 @@
  # Note: order is significant - the case branches are not exclusive.
  
  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
-@@ -849,11 +872,11 @@ EOF
+@@ -852,11 +875,11 @@ EOF
  	exit ;;
      *:GNU:*:*)
  	# the GNU system
@@ -55,9 +55,9 @@
  	exit ;;
      i*86:Minix:*:*)
  	echo ${UNAME_MACHINE}-pc-minix
-@@ -869,50 +892,42 @@ EOF
+@@ -872,50 +895,42 @@ EOF
  	  EV68*) UNAME_MACHINE=alphaev68 ;;
-         esac
+ 	esac
  	objdump --private-headers /bin/sh | grep -q ld.so.1
 -	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
 -	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
@@ -89,8 +89,8 @@
 +	echo crisv32-axis-linux-${LIBC}
  	exit ;;
      frv:Linux:*:*)
--    	echo frv-unknown-linux-gnu
-+    	echo frv-unknown-linux-${LIBC}
+-	echo frv-unknown-linux-gnu
++	echo frv-unknown-linux-${LIBC}
  	exit ;;
      i*86:Linux:*:*)
 -	LIBC=gnu
@@ -118,7 +118,7 @@
  	exit ;;
      mips:Linux:*:* | mips64:Linux:*:*)
  	eval $set_cc_for_build
-@@ -931,54 +946,54 @@ EOF
+@@ -934,54 +949,54 @@ EOF
  	#endif
  EOF
  	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
@@ -160,8 +160,8 @@
  	echo ${UNAME_MACHINE}-ibm-linux
  	exit ;;
      sh64*:Linux:*:*)
--    	echo ${UNAME_MACHINE}-unknown-linux-gnu
-+    	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+-	echo ${UNAME_MACHINE}-unknown-linux-gnu
++	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  	exit ;;
      sh*:Linux:*:*)
 -	echo ${UNAME_MACHINE}-unknown-linux-gnu
@@ -183,11 +183,11 @@
 +	echo x86_64-unknown-linux-${LIBC}
  	exit ;;
      xtensa*:Linux:*:*)
--    	echo ${UNAME_MACHINE}-unknown-linux-gnu
-+    	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+-	echo ${UNAME_MACHINE}-unknown-linux-gnu
++	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  	exit ;;
      i*86:DYNIX/ptx:4*:*)
  	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
 -- 
-1.7.3
+1.7.4.1
 



1.5                  sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?r1=1.4&r2=1.5

Index: 0002-add-ps2-targets-to-config.sub.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 0002-add-ps2-targets-to-config.sub.patch	8 Oct 2010 22:03:59 -0000	1.4
+++ 0002-add-ps2-targets-to-config.sub.patch	19 Feb 2011 17:39:07 -0000	1.5
@@ -1,4 +1,4 @@
-From c3b83311b9633d326fb05b236b563b77613421c4 Mon Sep 17 00:00:00 2001
+From 2a8ea33368fa9084a964d5776d015ffbbf8cc570 Mon Sep 17 00:00:00 2001
 From: Mike Frysinger <vapier@gentoo.org>
 Date: Thu, 9 Oct 2008 15:51:35 -0400
 Subject: [PATCH 2/2] add ps2 targets to config.sub
@@ -8,7 +8,7 @@
  1 files changed, 20 insertions(+), 2 deletions(-)
 
 diff --git a/config.sub b/config.sub
-index 320e303..216604d 100755
+index 83da356..eda465b 100755
 --- a/config.sub
 +++ b/config.sub
 @@ -253,7 +253,7 @@ case $basic_machine in
@@ -55,5 +55,5 @@
  	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
  	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 -- 
-1.7.3
+1.7.4.1
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig/files/99999999: 0001-add-uClibc-guess-support.patch 0002-add-ps2-targets-to-config.sub.patch
@ 2011-08-15  3:26 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2011-08-15  3:26 UTC (permalink / raw
  To: gentoo-commits

vapier      11/08/15 03:26:20

  Modified:             0001-add-uClibc-guess-support.patch
                        0002-add-ps2-targets-to-config.sub.patch
  Log:
  Update patches to latest git tree.

Revision  Changes    Path
1.6                  sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?r1=1.5&r2=1.6

Index: 0001-add-uClibc-guess-support.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- 0001-add-uClibc-guess-support.patch	19 Feb 2011 17:39:07 -0000	1.5
+++ 0001-add-uClibc-guess-support.patch	15 Aug 2011 03:26:20 -0000	1.6
@@ -1,14 +1,14 @@
-From c8af38207f3c2031591e310199a15dcbeb993cb2 Mon Sep 17 00:00:00 2001
+From 20680a2504cdd765b764a0e96e732c8350122f6b Mon Sep 17 00:00:00 2001
 From: Mike Frysinger <vapier@gentoo.org>
 Date: Thu, 9 Oct 2008 15:51:09 -0400
 Subject: [PATCH 1/2] add uClibc guess support
 
 ---
- config.guess |   89 ++++++++++++++++++++++++++++++++++------------------------
- 1 files changed, 52 insertions(+), 37 deletions(-)
+ config.guess |   91 +++++++++++++++++++++++++++++++++------------------------
+ 1 files changed, 53 insertions(+), 38 deletions(-)
 
 diff --git a/config.guess b/config.guess
-index 187cd54..8ca32db 100755
+index b02565c..ec5fba2 100755
 --- a/config.guess
 +++ b/config.guess
 @@ -140,6 +140,29 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
@@ -55,7 +55,7 @@
  	exit ;;
      i*86:Minix:*:*)
  	echo ${UNAME_MACHINE}-pc-minix
-@@ -872,50 +895,42 @@ EOF
+@@ -872,56 +895,48 @@ EOF
  	  EV68*) UNAME_MACHINE=alphaev68 ;;
  	esac
  	objdump --private-headers /bin/sh | grep -q ld.so.1
@@ -72,8 +72,15 @@
 -	    echo ${UNAME_MACHINE}-unknown-linux-gnu
 +	    echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  	else
--	    echo ${UNAME_MACHINE}-unknown-linux-gnueabi
-+	    echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
+ 	    if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
+ 		| grep -q __ARM_PCS_VFP
+ 	    then
+-		echo ${UNAME_MACHINE}-unknown-linux-gnueabi
++		echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
+ 	    else
+-		echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
++		echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
+ 	    fi
  	fi
  	exit ;;
      avr32*:Linux:*:*)
@@ -118,7 +125,7 @@
  	exit ;;
      mips:Linux:*:* | mips64:Linux:*:*)
  	eval $set_cc_for_build
-@@ -934,54 +949,54 @@ EOF
+@@ -940,54 +955,54 @@ EOF
  	#endif
  EOF
  	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
@@ -172,7 +179,7 @@
 +	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
  	exit ;;
      tile*:Linux:*:*)
- 	echo ${UNAME_MACHINE}-tilera-linux-gnu
+ 	echo ${UNAME_MACHINE}-unknown-linux-gnu
  	exit ;;
      vax:Linux:*:*)
 -	echo ${UNAME_MACHINE}-dec-linux-gnu
@@ -189,5 +196,5 @@
      i*86:DYNIX/ptx:4*:*)
  	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
 -- 
-1.7.4.1
+1.7.6
 



1.6                  sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?r1=1.5&r2=1.6

Index: 0002-add-ps2-targets-to-config.sub.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- 0002-add-ps2-targets-to-config.sub.patch	19 Feb 2011 17:39:07 -0000	1.5
+++ 0002-add-ps2-targets-to-config.sub.patch	15 Aug 2011 03:26:20 -0000	1.6
@@ -1,4 +1,4 @@
-From 2a8ea33368fa9084a964d5776d015ffbbf8cc570 Mon Sep 17 00:00:00 2001
+From d93a04f20ce34b0489cae2595b5074c8d0020e4d Mon Sep 17 00:00:00 2001
 From: Mike Frysinger <vapier@gentoo.org>
 Date: Thu, 9 Oct 2008 15:51:35 -0400
 Subject: [PATCH 2/2] add ps2 targets to config.sub
@@ -8,7 +8,7 @@
  1 files changed, 20 insertions(+), 2 deletions(-)
 
 diff --git a/config.sub b/config.sub
-index 83da356..eda465b 100755
+index f9fcdc8..1441b55 100755
 --- a/config.sub
 +++ b/config.sub
 @@ -253,7 +253,7 @@ case $basic_machine in
@@ -20,7 +20,7 @@
  	| fido | fr30 | frv \
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  	| i370 | i860 | i960 | ia64 \
-@@ -773,6 +773,24 @@ case $basic_machine in
+@@ -788,6 +788,24 @@ case $basic_machine in
  		basic_machine=m68k-atari
  		os=-mint
  		;;
@@ -45,7 +45,7 @@
  	mips3*-*)
  		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
  		;;
-@@ -1321,7 +1339,7 @@ case $os in
+@@ -1338,7 +1356,7 @@ case $os in
  	      | -uxpv* | -beos* | -mpeix* | -udk* \
  	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
@@ -55,5 +55,5 @@
  	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
  	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 -- 
-1.7.4.1
+1.7.6
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-15  3:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-19 17:39 [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig/files/99999999: 0001-add-uClibc-guess-support.patch 0002-add-ps2-targets-to-config.sub.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-15  3:26 Mike Frysinger (vapier)
2010-10-08 22:03 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