HomeSort by: relevance | last modified time | path
    Searched refs:sim_profile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/
configure 16358 sim_profile="-1"
16362 yes) profile="1" sim_profile="-1";;
16363 no) profile="0" sim_profile="0";;
16365 profile="(${enableval})" sim_profile="(${enableval})";;
16368 sim_profile=""
16370 if test x"$sim_profile" = x; then
16371 sim_profile="(PROFILE_$x"
16373 sim_profile="${sim_profile}|PROFILE_$x"
16376 sim_profile="$sim_profile)" ;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/
configure 16358 sim_profile="-1"
16362 yes) profile="1" sim_profile="-1";;
16363 no) profile="0" sim_profile="0";;
16365 profile="(${enableval})" sim_profile="(${enableval})";;
16368 sim_profile=""
16370 if test x"$sim_profile" = x; then
16371 sim_profile="(PROFILE_$x"
16373 sim_profile="${sim_profile}|PROFILE_$x"
16376 sim_profile="$sim_profile)" ;
    [all...]

Completed in 39 milliseconds