Revision e4858974 configure

b/configure
3064 3064
;;
3065 3065
esac
3066 3066

  
3067
# use default implementation for tracing backend-specific routines
3068
trace_default=yes
3067 3069
echo "TRACE_BACKEND=$trace_backend" >> $config_host_mak
3068 3070
if test "$trace_backend" = "nop"; then
3069 3071
  echo "CONFIG_TRACE_NOP=y" >> $config_host_mak
3070 3072
fi
3071 3073
if test "$trace_backend" = "simple"; then
3072 3074
  echo "CONFIG_TRACE_SIMPLE=y" >> $config_host_mak
3075
  trace_default=no
3073 3076
  # Set the appropriate trace file.
3074 3077
  trace_file="\"$trace_file-\" FMT_pid"
3075 3078
fi
......
3086 3089
  fi
3087 3090
fi
3088 3091
echo "CONFIG_TRACE_FILE=$trace_file" >> $config_host_mak
3092
if test "$trace_default" = "yes"; then
3093
  echo "CONFIG_TRACE_DEFAULT=y" >> $config_host_mak
3094
fi
3089 3095

  
3090 3096
echo "TOOLS=$tools" >> $config_host_mak
3091 3097
echo "ROMS=$roms" >> $config_host_mak

Also available in: Unified diff