aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-03 16:59:30 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-03 16:59:30 +0000
commitb8c4aecef52565e9d62b727cd297d0900cef519f (patch)
tree69cdede55e6555a3b50025efede47979fc95bc47 /gdb/configure
parent42851540ac3cf3b1f17ed9ab528c1ea2a2fdfb4f (diff)
downloadgdb-b8c4aecef52565e9d62b727cd297d0900cef519f.zip
gdb-b8c4aecef52565e9d62b727cd297d0900cef519f.tar.gz
gdb-b8c4aecef52565e9d62b727cd297d0900cef519f.tar.bz2
2004-09-03 Andrew Cagney <cagney@gnu.org>
* configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not gdb_host_cpu.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure
index c9b639f..467b0c4 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -11050,7 +11050,7 @@ tm_h=""
if test "${targetfile}" != ""; then
tm_h=tm.h
case "${targetfile}" in
- tm-*.h ) GDB_TM_FILE="config/${gdb_host_cpu}/${targetfile}" ;;
+ tm-*.h ) GDB_TM_FILE="config/${gdb_target_cpu}/${targetfile}" ;;
* ) GDB_TM_FILE="${targetfile}"
esac
files="${files} ${GDB_TM_FILE}"