Introduce assign_operation
[deliverable/binutils-gdb.git] / gdb / configure.nat
index ef2218f0b8d4debca2ef07e42671019105ee61dd..286975966da90cdc02696ab21e47cc46d3f7e726 100644 (file)
@@ -1,5 +1,5 @@
 # ; -*- mode: sh ; -*-
-# Copyright (C) 2013-2020 Free Software Foundation, Inc.
+# Copyright (C) 2013-2021 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -238,6 +238,10 @@ case ${gdb_host} in
                nat/aarch64-linux.o \
                nat/aarch64-sve-linux-ptrace.o"
                ;;
+           arc)
+               # Host: ARC based machine running GNU/Linux
+               NATDEPFILES="${NATDEPFILES} arc-linux-nat.o"
+               ;;
            arm)
                # Host: ARM based machine running GNU/Linux
                NATDEPFILES="${NATDEPFILES} arm-linux-nat.o \
This page took 0.023901 seconds and 4 git commands to generate.