You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
874 B

  1. #! /bin/sh
  2. path=`dirname $0`
  3. . "$path/SETUP.sh"
  4. extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
  5. extra_configs="$pentium_configs $debug_configs $max_configs"
  6. . "$path/FINISH.sh"
  7. if test -z "$just_print"
  8. then
  9. set +v +x
  10. echo "\
  11. ******************************************************************************
  12. Note that by default BUILD/compile-pentium-valgrind-max calls 'configure' with
  13. --enable-assembler. When Valgrind detects an error involving an assembly
  14. function (for example an uninitialized value used as an argument of an
  15. assembly function), Valgrind will not print the stacktrace and 'valgrind
  16. --gdb-attach=yes' will not work either. If you need a stacktrace in those
  17. cases, you have to run BUILD/compile-pentium-valgrind-max with the
  18. --disable-assembler argument.
  19. ******************************************************************************"
  20. fi