2012-10-13 19:19:34 +00:00
|
|
|
--- a/gdb/configure 2012-09-13 16:01:22.000000000 +0200
|
|
|
|
+++ b/gdb/configure 2012-10-12 17:48:06.863908023 +0200
|
|
|
|
@@ -828,8 +828,7 @@
|
2011-02-19 12:44:33 +00:00
|
|
|
YACC
|
|
|
|
YFLAGS
|
|
|
|
XMKMF'
|
2012-10-13 19:19:34 +00:00
|
|
|
-ac_subdirs_all='testsuite
|
|
|
|
-gdbtk
|
|
|
|
+ac_subdirs_all='gdbtk
|
2011-02-19 12:44:33 +00:00
|
|
|
multi-ice
|
|
|
|
gdbserver'
|
2009-02-28 21:02:49 +00:00
|
|
|
|
2012-10-13 19:19:34 +00:00
|
|
|
@@ -5023,7 +5022,7 @@
|
2009-02-28 21:02:49 +00:00
|
|
|
|
|
|
|
|
2012-10-13 19:19:34 +00:00
|
|
|
|
|
|
|
-subdirs="$subdirs testsuite"
|
|
|
|
+subdirs="$subdirs"
|
2009-02-28 21:02:49 +00:00
|
|
|
|
|
|
|
|
2011-02-19 12:44:33 +00:00
|
|
|
# Check whether to support alternative target configurations
|
2012-10-13 19:19:34 +00:00
|
|
|
--- a/gdb/gdbserver/configure 2012-09-13 16:01:22.000000000 +0200
|
|
|
|
+++ b/gdb/gdbserver/configure 2012-10-12 17:49:29.775910147 +0200
|
|
|
|
@@ -2173,7 +2173,7 @@
|
2011-02-19 12:44:33 +00:00
|
|
|
ac_cache_corrupted=: ;;
|
|
|
|
,);;
|
|
|
|
*)
|
|
|
|
- if test "x$ac_old_val" != "x$ac_new_val"; then
|
|
|
|
+ if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then
|
|
|
|
# differences in whitespace do not lead to failure.
|
|
|
|
ac_old_val_w=`echo x $ac_old_val`
|
|
|
|
ac_new_val_w=`echo x $ac_new_val`
|