diff options
author | midipix <writeonce@midipix.org> | 2019-09-11 05:08:37 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-09-11 05:23:12 +0000 |
commit | 79464cb744932a7e1570be231908cdfdcc844a29 (patch) | |
tree | ec60ae60759111fc6cc963ba692b2b24e1b0f641 /patches/gdb/gdb-7.12.midipix.patch | |
parent | 1f54192290fa3987e98212419a9bdedd657d6cea (diff) | |
download | chainport-79464cb744932a7e1570be231908cdfdcc844a29.tar.bz2 chainport-79464cb744932a7e1570be231908cdfdcc844a29.tar.xz |
gdb-7.12: midipix targets: abandon windows-tdep.o.
Diffstat (limited to 'patches/gdb/gdb-7.12.midipix.patch')
-rw-r--r-- | patches/gdb/gdb-7.12.midipix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/gdb/gdb-7.12.midipix.patch b/patches/gdb/gdb-7.12.midipix.patch index fdfc611..abae62b 100644 --- a/patches/gdb/gdb-7.12.midipix.patch +++ b/patches/gdb/gdb-7.12.midipix.patch @@ -96,7 +96,7 @@ diff -ru a/gdb/configure.tgt b/gdb/configure.tgt +i[34567]86-*-midipix*) + # Target: Intel 386 running win32 + gdb_target_obs="i386-tdep.o i387-tdep.o \ -+ i386-winnt-tdep.o windows-tdep.o" ++ i386-winnt-tdep.o" + build_gdbserver=no + ;; i[34567]86-*-gnu*) @@ -110,7 +110,7 @@ diff -ru a/gdb/configure.tgt b/gdb/configure.tgt + # Target: Midipix + gdb_target_obs="amd64-tdep.o amd64-winnt-tdep.o \ + i386-tdep.o i387-tdep.o \ -+ windows-tdep.o i386-winnt-tdep.o" ++ i386-winnt-tdep.o" + build_gdbserver=no + ;; x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) |