aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-03 19:08:27 -0500
committerJoel Sherrill <joel@rtems.org>2016-02-26 14:07:26 -0600
commitf73dbb0e48ef50d2743fed89b68530b731329f05 (patch)
treec78e6ba5c3245fe9a1964d9acde1e3468cfb31ac /gdb/configure.tgt
parentc5e3a3641ea9d6ed2918021fd77925825d24e9be (diff)
downloadgdb-f73dbb0e48ef50d2743fed89b68530b731329f05.zip
gdb-f73dbb0e48ef50d2743fed89b68530b731329f05.tar.gz
gdb-f73dbb0e48ef50d2743fed89b68530b731329f05.tar.bz2
Add x86_64-*-rtems* target
ld/configure.tgt: Also add stanza for x86_64-*-elf.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 54245c3..25586d5 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -650,6 +650,9 @@ x86_64-*-dicos*)
gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o"
;;
+x86_64-*-elf* | x86_64-*-rtems*)
+ gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o"
+ ;;
x86_64-*-linux*)
# Target: GNU/Linux x86-64
gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o i386-tdep.o \