600-fix-compile-flag-mismatch.patch 743 B

12345678910111213141516171819202122232425262728293031
  1. --- a/gdb/configure
  2. +++ b/gdb/configure
  3. @@ -988,7 +988,7 @@ CPP
  4. YACC
  5. YFLAGS
  6. XMKMF'
  7. -ac_subdirs_all='doc testsuite
  8. +ac_subdirs_all='doc
  9. gdbtk
  10. multi-ice
  11. gdbserver'
  12. @@ -7881,7 +7881,7 @@ fi
  13. -subdirs="$subdirs doc testsuite"
  14. +subdirs="$subdirs doc"
  15. # Check whether to support alternative target configurations
  16. --- a/gdb/gdbserver/configure
  17. +++ b/gdb/gdbserver/configure
  18. @@ -2152,7 +2152,7 @@ $as_echo "$as_me: error: \`$ac_var' was
  19. ac_cache_corrupted=: ;;
  20. ,);;
  21. *)
  22. - if test "x$ac_old_val" != "x$ac_new_val"; then
  23. + if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then
  24. # differences in whitespace do not lead to failure.
  25. ac_old_val_w=`echo x $ac_old_val`
  26. ac_new_val_w=`echo x $ac_new_val`