<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Daniel,<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left-width:1px; border-left-color:rgb(204,204,204); border-left-style:solid; padding-left:1ex">
  ifdef USER_MODE_EMULATION<br>
  RUNSAFELY := $(RUNSAFELY) -t "$(TIMEIT)"<br>
  else<br>
  RUNSAFELY := $(RUNSAFELY) -t "$(TIMEIT_TARGET)"<br>
  endif<br>
</blockquote>
<div>> You forgot to also look at where TIMEIT is used, which includes this line:
</div>
<div>> RUNSAFELYLOCAL := $(RUNSAFELYLOCAL) --show-errors -t "$(TIMEIT)"</div>
<div>> With USER_MODE_EMULATION off, both can be used.</div>
<br>
Quite right, my mistake, I originally had:<span dir="ltr"><br>
  -all:: timeit timeit-target fpcmp TargetConfig.mk<br>
  +ifdef USER_MODE_EMULATION<br>
  +all:: timeit fpcmp TargetConfig.mk<br>
  +else<br>
  +all:: </span><span dir="ltr"><span dir="ltr">timeit </span>timeit-target fpcmp TargetConfig.mk<br>
  +endif<br>
</span><br>
Would this be acceptable?<br>
Would '<span dir="ltr"><span dir="ltr"> </span>timeit-target' ever be run on an emulator?<br>
I'm trying to understand how remote testing and the use of an emulator would combine...<br>
</span><br>
Robert<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>