6
extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
7
extra_configs="$pentium_configs $debug_configs $max_configs"
11
if test -z "$just_print"
15
******************************************************************************
16
Note that by default BUILD/compile-pentium-valgrind-max calls 'configure' with
17
--enable-assembler. When Valgrind detects an error involving an assembly
18
function (for example an uninitialized value used as an argument of an
19
assembly function), Valgrind will not print the stacktrace and 'valgrind
20
--gdb-attach=yes' will not work either. If you need a stacktrace in those
21
cases, you have to run BUILD/compile-pentium-valgrind-max with the
22
--disable-assembler argument.
23
******************************************************************************"