Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 90339367815198b2764a8f8a63f2525af14f99b5..83ffdb80486d9f993e1e5e081a84dfcae5f11daf 100644 (file)
@@ -1,5 +1,5 @@
 # ; -*- mode: sh ; -*-
-# Copyright (C) 2013-2019 Free Software Foundation, Inc.
+# Copyright (C) 2013-2020 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -137,7 +137,7 @@ case ${gdb_host} in
            i386)
                # Native config information for GDB on amd64
                # systems running Cygwin.
-               NATDEPFILES="${NATDEPFILES} amd64-windows-nat.o"
+               NATDEPFILES="${NATDEPFILES} i386-windows-nat.o amd64-windows-nat.o"
                ;;
        esac
        ;;
@@ -276,7 +276,8 @@ case ${gdb_host} in
                ;;
            riscv*)
                # Host: RISC-V, running Linux
-               NATDEPFILES="${NATDEPFILES} riscv-linux-nat.o"
+               NATDEPFILES="${NATDEPFILES} riscv-linux-nat.o \
+               nat/riscv-linux-tdesc.o"
                ;;
            s390)
                # Host: S390, running Linux
@@ -324,7 +325,7 @@ case ${gdb_host} in
     mingw64)
        case ${gdb_host_cpu} in
            i386)
-               NATDEPFILES="${NATDEPFILES} amd64-windows-nat.o"
+               NATDEPFILES="${NATDEPFILES} i386-windows-nat.o amd64-windows-nat.o"
                ;;
        esac
        ;;
This page took 0.023928 seconds and 4 git commands to generate.