summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-06-05 15:31:10 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-06-05 15:31:10 +0000
commit015ee5fa78c1a0470e7e79d366ed397c290cf584 (patch)
tree5a656666ba047569d8688d2d884fd9f8bcc6dfff
parent0ed1f5077467517e92306f101f6ee2f3b20b96f8 (diff)
downloadbinutils-gdb-015ee5fa78c1a0470e7e79d366ed397c290cf584.tar.gz
fix typo
-rw-r--r--gdb/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index b0bdb7a1c83..5e03cdb4c17 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -225,7 +225,7 @@ esac
case "${target}" in
*-*-freebsd*) gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
-*-*-ulinux*) gdb_osabi=GDB_OSABI_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 ;;