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: 0002-add-ps2-targets-to-config.sub.patch 0001-add-uClibc-guess-support.patch
Date: Sat, 03 Mar 2012 22:25:08
Message-Id: 20120303222458.431842004C@flycatcher.gentoo.org
1 vapier 12/03/03 22:24:58
2
3 Modified: 0002-add-ps2-targets-to-config.sub.patch
4 0001-add-uClibc-guess-support.patch
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch?r1=1.6&r2=1.7
16
17 Index: 0002-add-ps2-targets-to-config.sub.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- 0002-add-ps2-targets-to-config.sub.patch 15 Aug 2011 03:26:20 -0000 1.6
24 +++ 0002-add-ps2-targets-to-config.sub.patch 3 Mar 2012 22:24:58 -0000 1.7
25 @@ -1,4 +1,4 @@
26 -From d93a04f20ce34b0489cae2595b5074c8d0020e4d Mon Sep 17 00:00:00 2001
27 +From e7e57625c8b118ef851c9f46cbd3ff8d30d1b1fe Mon Sep 17 00:00:00 2001
28 From: Mike Frysinger <vapier@g.o>
29 Date: Thu, 9 Oct 2008 15:51:35 -0400
30 Subject: [PATCH 2/2] add ps2 targets to config.sub
31 @@ -8,19 +8,19 @@
32 1 files changed, 20 insertions(+), 2 deletions(-)
33
34 diff --git a/config.sub b/config.sub
35 -index f9fcdc8..1441b55 100755
36 +index c894da4..42adc67 100755
37 --- a/config.sub
38 +++ b/config.sub
39 -@@ -253,7 +253,7 @@ case $basic_machine in
40 - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
41 +@@ -257,7 +257,7 @@ case $basic_machine in
42 + | be32 | be64 \
43 | bfin \
44 | c4x | clipper \
45 - | d10v | d30v | dlx | dsp16xx \
46 + | d10v | d30v | dlx | dsp16xx | dvp \
47 + | epiphany \
48 | fido | fr30 | frv \
49 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
50 - | i370 | i860 | i960 | ia64 \
51 -@@ -788,6 +788,24 @@ case $basic_machine in
52 +@@ -800,6 +800,24 @@ case $basic_machine in
53 basic_machine=m68k-atari
54 os=-mint
55 ;;
56 @@ -45,7 +45,7 @@
57 mips3*-*)
58 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
59 ;;
60 -@@ -1338,7 +1356,7 @@ case $os in
61 +@@ -1358,7 +1376,7 @@ case $os in
62 | -uxpv* | -beos* | -mpeix* | -udk* \
63 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
64 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
65 @@ -55,5 +55,5 @@
66 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
67 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
68 --
69 -1.7.6
70 +1.7.8.4
71
72
73
74
75 1.7 sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.7&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?rev=1.7&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch?r1=1.6&r2=1.7
80
81 Index: 0001-add-uClibc-guess-support.patch
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch,v
84 retrieving revision 1.6
85 retrieving revision 1.7
86 diff -u -r1.6 -r1.7
87 --- 0001-add-uClibc-guess-support.patch 15 Aug 2011 03:26:20 -0000 1.6
88 +++ 0001-add-uClibc-guess-support.patch 3 Mar 2012 22:24:58 -0000 1.7
89 @@ -1,17 +1,17 @@
90 -From 20680a2504cdd765b764a0e96e732c8350122f6b Mon Sep 17 00:00:00 2001
91 +From 2be577b2bbffeccec254d146f78e8a915c8bb989 Mon Sep 17 00:00:00 2001
92 From: Mike Frysinger <vapier@g.o>
93 Date: Thu, 9 Oct 2008 15:51:09 -0400
94 Subject: [PATCH 1/2] add uClibc guess support
95
96 ---
97 - config.guess | 91 +++++++++++++++++++++++++++++++++------------------------
98 - 1 files changed, 53 insertions(+), 38 deletions(-)
99 + config.guess | 99 +++++++++++++++++++++++++++++++++------------------------
100 + 1 files changed, 57 insertions(+), 42 deletions(-)
101
102 diff --git a/config.guess b/config.guess
103 -index b02565c..ec5fba2 100755
104 +index d622a44..a3b0d66 100755
105 --- a/config.guess
106 +++ b/config.guess
107 -@@ -140,6 +140,29 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
108 +@@ -138,6 +138,29 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
109 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
110 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
111
112 @@ -41,7 +41,7 @@
113 # Note: order is significant - the case branches are not exclusive.
114
115 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
116 -@@ -852,11 +875,11 @@ EOF
117 +@@ -852,21 +875,21 @@ EOF
118 exit ;;
119 *:GNU:*:*)
120 # the GNU system
121 @@ -55,7 +55,19 @@
122 exit ;;
123 i*86:Minix:*:*)
124 echo ${UNAME_MACHINE}-pc-minix
125 -@@ -872,56 +895,48 @@ EOF
126 + exit ;;
127 + aarch64:Linux:*:*)
128 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
129 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
130 + exit ;;
131 + aarch64_be:Linux:*:*)
132 + UNAME_MACHINE=aarch64_be
133 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
134 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
135 + exit ;;
136 + alpha:Linux:*:*)
137 + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
138 +@@ -879,59 +902,51 @@ EOF
139 EV68*) UNAME_MACHINE=alphaev68 ;;
140 esac
141 objdump --private-headers /bin/sh | grep -q ld.so.1
142 @@ -88,16 +100,20 @@
143 + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
144 exit ;;
145 cris:Linux:*:*)
146 -- echo cris-axis-linux-gnu
147 -+ echo cris-axis-linux-${LIBC}
148 +- echo ${UNAME_MACHINE}-axis-linux-gnu
149 ++ echo ${UNAME_MACHINE}-axis-linux-${LIBC}
150 exit ;;
151 crisv32:Linux:*:*)
152 -- echo crisv32-axis-linux-gnu
153 -+ echo crisv32-axis-linux-${LIBC}
154 +- echo ${UNAME_MACHINE}-axis-linux-gnu
155 ++ echo ${UNAME_MACHINE}-axis-linux-${LIBC}
156 exit ;;
157 frv:Linux:*:*)
158 -- echo frv-unknown-linux-gnu
159 -+ echo frv-unknown-linux-${LIBC}
160 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
161 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
162 + exit ;;
163 + hexagon:Linux:*:*)
164 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
165 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
166 exit ;;
167 i*86:Linux:*:*)
168 - LIBC=gnu
169 @@ -125,7 +141,7 @@
170 exit ;;
171 mips:Linux:*:* | mips64:Linux:*:*)
172 eval $set_cc_for_build
173 -@@ -940,54 +955,54 @@ EOF
174 +@@ -950,54 +965,54 @@ EOF
175 #endif
176 EOF
177 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
178 @@ -133,8 +149,8 @@
179 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
180 ;;
181 or32:Linux:*:*)
182 -- echo or32-unknown-linux-gnu
183 -+ echo or32-unknown-linux-${LIBC}
184 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
185 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
186 exit ;;
187 padre:Linux:*:*)
188 - echo sparc-unknown-linux-gnu
189 @@ -179,15 +195,16 @@
190 + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
191 exit ;;
192 tile*:Linux:*:*)
193 - echo ${UNAME_MACHINE}-unknown-linux-gnu
194 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
195 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
196 exit ;;
197 vax:Linux:*:*)
198 - echo ${UNAME_MACHINE}-dec-linux-gnu
199 + echo ${UNAME_MACHINE}-dec-linux-${LIBC}
200 exit ;;
201 x86_64:Linux:*:*)
202 -- echo x86_64-unknown-linux-gnu
203 -+ echo x86_64-unknown-linux-${LIBC}
204 +- echo ${UNAME_MACHINE}-unknown-linux-gnu
205 ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
206 exit ;;
207 xtensa*:Linux:*:*)
208 - echo ${UNAME_MACHINE}-unknown-linux-gnu
209 @@ -196,5 +213,5 @@
210 i*86:DYNIX/ptx:4*:*)
211 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
212 --
213 -1.7.6
214 +1.7.8.4