diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
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}" |