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
commitccd6f1a5b026b7ca1b9823c3986b19fb2c1063f4 (patch)
tree1a386c3e650d7fc47431e10b08ecd73df59abc3b
parent93b4a1e86196bd04af135defe38100bae1f9e41d (diff)
downloadgdb-ccd6f1a5b026b7ca1b9823c3986b19fb2c1063f4.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 ;;