1 # On IA-64 the assembler may emit 2 # 3 # Warning: Additional NOP may be necessary to workaround Itanium 4 # processor A/B step errata 5 # 6 # This can be fixed by adding "-mb-step" to the command line, which 7 # does in fact add the extra nop. 8 9 if [istarget "ia64-*-*"] { 10 set torture_eval_before_compile { 11 set option "$option -mb-step" 12 } 13 } 14 return 0 15