summaryrefslogtreecommitdiff
path: root/data/gdb/gdbserver.diff
blob: f3242c4cb32e44e48fc5730dc3bbb07940ecf199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -ru gdb-962/src/gdb/configure.ac gdb-962+iPhone/src/gdb/configure.ac
--- gdb-962/src/gdb/configure.ac	2008-03-05 23:09:41.000000000 +0000
+++ gdb-962+iPhone/src/gdb/configure.ac	2008-11-11 05:45:29.000000000 +0000
@@ -1681,16 +1681,7 @@
    AC_CONFIG_SUBDIRS(multi-ice)
 fi
 
-# We only build gdbserver automatically if host and target are the same.
-if test "x$target" = "x$host"; then
-  AC_MSG_CHECKING(whether gdbserver is supported on this host)
-  if test "x$build_gdbserver" = xyes; then
-    AC_MSG_RESULT(yes)
-    AC_CONFIG_SUBDIRS(gdbserver)
-  else
-    AC_MSG_RESULT(no)
-  fi
-fi
+AC_CONFIG_SUBDIRS(gdbserver)
 
 # We build rdi-share on ARM-based targets, as instructed by configure.tgt.
 if test "x$build_rdi_share" = xyes; then