summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-09-01 13:21:01 +0000
committermidipix <writeonce@midipix.org>2019-09-01 13:21:01 +0000
commitf297a9102e21374ace7040b8b7296edf26993991 (patch)
treee59538ebf4a555833e5847733e2aac8435031cad
parentcfa0975ec50dcb81b2a3cbfc36eda9761b63d032 (diff)
downloadchainport-f297a9102e21374ace7040b8b7296edf26993991.tar.bz2
chainport-f297a9102e21374ace7040b8b7296edf26993991.tar.xz
gdb-7.12: removed the pre-chainport config.sub & config.guess bits.
-rw-r--r--patches/gdb-7.12.midipix.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/gdb-7.12.midipix.patch b/patches/gdb-7.12.midipix.patch
index 3bb91f4..be548e5 100644
--- a/patches/gdb-7.12.midipix.patch
+++ b/patches/gdb-7.12.midipix.patch
@@ -33,31 +33,6 @@ diff -ru a/bfd/config.bfd b/bfd/config.bfd
targ_defvec=i386_pe_vec
targ_selvecs="i386_pe_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec"
targ_underscore=yes
-diff -ru a/config.guess b/config.guess
---- a/config.guess 2016-08-01 15:50:20.000000000 +0000
-+++ b/config.guess 2019-06-04 17:07:31.702589500 +0000
-@@ -4,6 +4,9 @@
-
- timestamp='2016-05-27'
-
-+echo x86_64-nt64-midipix
-+exit
-+
- # This file is free software; you can redistribute it and/or modify it
- # under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 3 of the License, or
-diff -ru a/config.sub b/config.sub
---- a/config.sub 2016-08-01 15:50:20.000000000 +0000
-+++ b/config.sub 2019-06-04 17:07:31.702589500 +0000
-@@ -1389,7 +1389,7 @@
- | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
- | -chorusos* | -chorusrdb* | -cegcc* \
- | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
-+ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
- | -linux-newlib* | -linux-musl* | -linux-uclibc* \
- | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
- | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
diff -ru a/gdb/Makefile.in b/gdb/Makefile.in
--- a/gdb/Makefile.in 2016-10-07 17:09:21.000000000 +0000
+++ b/gdb/Makefile.in 2019-06-04 17:07:31.733789600 +0000