summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-08 22:03:59 +0000
committerMike Frysinger <vapier@gentoo.org>2010-10-08 22:03:59 +0000
commit024b6e5d78a0fad34fe898f1f92bb1ded2707856 (patch)
tree7f34a81e9bf23cf11d69d6e53c3bf553e4c74b16 /sys-devel/gnuconfig
parentold (diff)
downloadgentoo-2-024b6e5d78a0fad34fe898f1f92bb1ded2707856.tar.gz
gentoo-2-024b6e5d78a0fad34fe898f1f92bb1ded2707856.tar.bz2
gentoo-2-024b6e5d78a0fad34fe898f1f92bb1ded2707856.zip
refresh patches against latest git
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r--sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch11
-rw-r--r--sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch12
2 files changed, 13 insertions, 10 deletions
diff --git a/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch b/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch
index 2317f882e962..ab07da77fefe 100644
--- a/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch
+++ b/sys-devel/gnuconfig/files/99999999/0001-add-uClibc-guess-support.patch
@@ -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 @@ Subject: [PATCH 1/2] add uClibc guess support
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 @@ index c2246a4..bf48496 100755
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 @@ index c2246a4..bf48496 100755
- 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 @@ index c2246a4..bf48496 100755
i*86:DYNIX/ptx:4*:*)
# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
--
-1.6.6.1
+1.7.3
diff --git a/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch b/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch
index 067bb1f7235f..23aa177b0808 100644
--- a/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch
+++ b/sys-devel/gnuconfig/files/99999999/0002-add-ps2-targets-to-config.sub.patch
@@ -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 @@ Subject: [PATCH 2/2] add ps2 targets to config.sub
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 @@ index c2d1257..4c0d959 100755
| 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 @@ index c2d1257..4c0d959 100755
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 @@ index c2d1257..4c0d959 100755
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
--
-1.6.6.1
+1.7.3