diff options
Diffstat (limited to 'gdb/config/i386/cygwin64.mh')
-rw-r--r-- | gdb/config/i386/cygwin64.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/cygwin64.mh b/gdb/config/i386/cygwin64.mh index 5ce3095..3bede64 100644 --- a/gdb/config/i386/cygwin64.mh +++ b/gdb/config/i386/cygwin64.mh @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. */ -NATDEPFILES= i386-nat.o i386-dregs.o windows-nat.o amd64-windows-nat.o +NATDEPFILES= x86-nat.o x86-dregs.o windows-nat.o amd64-windows-nat.o |