aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/configure.tgt3
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9178110..24a41a3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-14 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.tgt (*-*-uclinux*): Match more Linux os targets
+
2011-01-14 Joel Brobecker <brobecker@adacore.com>
* ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index fd0570b..380db32 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -635,7 +635,8 @@ esac
case "${targ}" in
*-*-freebsd* | *-*-kfreebsd*-gnu)
gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
-*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
+*-*-linux* | *-*-uclinux*)
+ gdb_osabi=GDB_OSABI_LINUX ;;
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
*-*-openbsd*) gdb_osabi=GDB_OSABI_OPENBSD_ELF ;;