2004-09-03 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Fri, 3 Sep 2004 16:59:30 +0000 (16:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 3 Sep 2004 16:59:30 +0000 (16:59 +0000)
* configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
gdb_host_cpu.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index af02b40..5d51689 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-03  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
+       gdb_host_cpu.
+
 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
 
        * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
index c9b639f..467b0c4 100755 (executable)
@@ -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}"
index 89a9fc2..02a0945 100644 (file)
@@ -1535,7 +1535,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}"