diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-14 14:33:45 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-14 14:34:03 +0100 |
commit | fbb20e7a76c59e64d4d1373bb9e5033825d01db6 (patch) | |
tree | 8668201e88d823082aa3f6fe3562db5c041b3513 /sys-devel | |
parent | sys-devel/gnuconfig: Handle ChangeLog file in live ebuild (diff) | |
download | gentoo-fbb20e7a76c59e64d4d1373bb9e5033825d01db6.tar.gz gentoo-fbb20e7a76c59e64d4d1373bb9e5033825d01db6.tar.bz2 gentoo-fbb20e7a76c59e64d4d1373bb9e5033825d01db6.zip |
sys-devel/gnuconfig: Fixed ps2 target patch
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gnuconfig/files/99999999/0001-add-ps2-targets-to-config.sub.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys-devel/gnuconfig/files/99999999/0001-add-ps2-targets-to-config.sub.patch b/sys-devel/gnuconfig/files/99999999/0001-add-ps2-targets-to-config.sub.patch index 83c259b2b1ef..a95e7ad3d5d8 100644 --- a/sys-devel/gnuconfig/files/99999999/0001-add-ps2-targets-to-config.sub.patch +++ b/sys-devel/gnuconfig/files/99999999/0001-add-ps2-targets-to-config.sub.patch @@ -1,4 +1,4 @@ -From d5899b457d3215db991761e57aa4e091e4b24f28 Mon Sep 17 00:00:00 2001 +From f1a763afa41654e25cbf73aae5ed56ca0909be63 Mon Sep 17 00:00:00 2001 From: Mike Frysinger <vapier@gentoo.org> Date: Thu, 9 Oct 2008 15:51:35 -0400 Subject: [PATCH] add ps2 targets to config.sub @@ -10,12 +10,12 @@ standing shortcut for the i386-ibm-aix target. 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub -index a318a4686850..837d23369163 100755 +index b0f8492..4d89efe 100755 --- a/config.sub +++ b/config.sub -@@ -810,6 +810,27 @@ case $basic_machine in +@@ -813,6 +813,27 @@ case $basic_machine in vendor=atari - os=mint + basic_os=mint ;; + mipsEE* | ee) + cpu=mips64r5900el @@ -41,7 +41,7 @@ index a318a4686850..837d23369163 100755 news-3600 | risc-news) cpu=mips vendor=sony -@@ -1172,7 +1193,7 @@ case $cpu-$vendor in +@@ -1174,7 +1195,7 @@ case $cpu-$vendor in | bfin | bpf | bs2000 \ | c[123]* | c30 | [cjt]90 | c4x \ | c8051 | clipper | craynv | csky | cydra \ @@ -50,15 +50,15 @@ index a318a4686850..837d23369163 100755 | e2k | elxsi | epiphany \ | f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \ | h8300 | h8500 \ -@@ -1359,7 +1380,7 @@ case $os in +@@ -1715,7 +1736,7 @@ case $os in | uxpv* | beos* | mpeix* | udk* | moxiebox* \ | interix* | uwin* | mks* | rhapsody* | darwin* \ | openstep* | oskit* | conix* | pw32* | nonstopux* \ - | storm-chaos* | tops10* | tenex* | tops20* | its* \ + | storm-chaos* | tops10* | tenex* | tops20* | its* | irx* \ - | os2* | vos* | palmos* | uclinux* | nucleus* \ - | morphos* | superux* | rtmk* | windiss* \ + | os2* | vos* | palmos* | uclinux* | nucleus* | morphos* \ + | scout* | superux* | sysv* | rtmk* | tpf* | windiss* \ | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ -- -2.19.1 +2.30.0 |