Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [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
Date: Fri, 08 Oct 2010 23:02:49
Message-Id: 20101008220359.CFC9D20051@flycatcher.gentoo.org
1 vapier 10/10/08 22:03:59
2
3 Modified: 0001-add-uClibc-guess-support.patch
4 0002-add-ps2-targets-to-config.sub.patch
5 Log:
6 refresh patches against latest git
7
8 Revision Changes Path
9 1.4 sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch
10
11 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
12 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
13 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
14
15 Index: 0001-add-uClibc-guess-support.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- 0001-add-uClibc-guess-support.patch 8 Feb 2010 23:20:56 -0000 1.3
22 +++ 0001-add-uClibc-guess-support.patch 8 Oct 2010 22:03:59 -0000 1.4
23 @@ -1,4 +1,4 @@
24 -From 8498f76fe6131577ce3e90af58a6be958b3795be Mon Sep 17 00:00:00 2001
25 +From 90b44830cdf0ee1c57d83917a6b95091bbcbd971 Mon Sep 17 00:00:00 2001
26 From: Mike Frysinger <vapier@g.o>
27 Date: Thu, 9 Oct 2008 15:51:09 -0400
28 Subject: [PATCH 1/2] add uClibc guess support
29 @@ -8,7 +8,7 @@
30 1 files changed, 52 insertions(+), 37 deletions(-)
31
32 diff --git a/config.guess b/config.guess
33 -index c2246a4..bf48496 100755
34 +index 4c8f032..e1f34b5 100755
35 --- a/config.guess
36 +++ b/config.guess
37 @@ -140,6 +140,29 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
38 @@ -118,7 +118,7 @@
39 exit ;;
40 mips:Linux:*:* | mips64:Linux:*:*)
41 eval $set_cc_for_build
42 -@@ -931,51 +946,51 @@ EOF
43 +@@ -931,54 +946,54 @@ EOF
44 #endif
45 EOF
46 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
47 @@ -171,6 +171,9 @@
48 - echo ${UNAME_MACHINE}-unknown-linux-gnu
49 + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
50 exit ;;
51 + tile*:Linux:*:*)
52 + echo ${UNAME_MACHINE}-tilera-linux-gnu
53 + exit ;;
54 vax:Linux:*:*)
55 - echo ${UNAME_MACHINE}-dec-linux-gnu
56 + echo ${UNAME_MACHINE}-dec-linux-${LIBC}
57 @@ -186,5 +189,5 @@
58 i*86:DYNIX/ptx:4*:*)
59 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
60 --
61 -1.6.6.1
62 +1.7.3
63
64
65
66
67 1.4 sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch
68
69 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
70 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
71 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
72
73 Index: 0002-add-ps2-targets-to-config.sub.patch
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch,v
76 retrieving revision 1.3
77 retrieving revision 1.4
78 diff -u -r1.3 -r1.4
79 --- 0002-add-ps2-targets-to-config.sub.patch 8 Feb 2010 23:20:56 -0000 1.3
80 +++ 0002-add-ps2-targets-to-config.sub.patch 8 Oct 2010 22:03:59 -0000 1.4
81 @@ -1,4 +1,4 @@
82 -From 8550922eda8dc401a3059c1e9eb2d70a359cb8a9 Mon Sep 17 00:00:00 2001
83 +From c3b83311b9633d326fb05b236b563b77613421c4 Mon Sep 17 00:00:00 2001
84 From: Mike Frysinger <vapier@g.o>
85 Date: Thu, 9 Oct 2008 15:51:35 -0400
86 Subject: [PATCH 2/2] add ps2 targets to config.sub
87 @@ -8,10 +8,10 @@
88 1 files changed, 20 insertions(+), 2 deletions(-)
89
90 diff --git a/config.sub b/config.sub
91 -index c2d1257..4c0d959 100755
92 +index 320e303..216604d 100755
93 --- a/config.sub
94 +++ b/config.sub
95 -@@ -252,7 +252,7 @@ case $basic_machine in
96 +@@ -253,7 +253,7 @@ case $basic_machine in
97 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
98 | bfin \
99 | c4x | clipper \
100 @@ -20,7 +20,7 @@
101 | fido | fr30 | frv \
102 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
103 | i370 | i860 | i960 | ia64 \
104 -@@ -752,6 +752,24 @@ case $basic_machine in
105 +@@ -773,6 +773,24 @@ case $basic_machine in
106 basic_machine=m68k-atari
107 os=-mint
108 ;;
109 @@ -45,7 +45,7 @@
110 mips3*-*)
111 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
112 ;;
113 -@@ -1305,7 +1323,7 @@ case $os in
114 +@@ -1321,7 +1339,7 @@ case $os in
115 | -uxpv* | -beos* | -mpeix* | -udk* \
116 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
117 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
118 @@ -55,5 +55,5 @@
119 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
120 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
121 --
122 -1.6.6.1
123 +1.7.3