<p>Julius Werner <strong>posted comments</strong> on this change.</p><p><a href="https://review.coreboot.org/21601">View Change</a></p><p>Patch set 1:</p><p>(1 comment)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://review.coreboot.org/#/c/21601/1/Makefile.inc">File Makefile.inc:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/21601/1/Makefile.inc@138">Patch Set #1, Line 138:</a> <code style="font-family:monospace,monospace">int-shift-left=$(shell echo "$(call _toint,$(word 1, $1)) * (2 ^ $(call _toint,$(word 2, $1)))" | bc)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why not just use shell inline computation like the others, e.g.:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  $(shell expr $(call _toint,$(word 1, $1)) << $(call _toint,$(word 2, $1)))</pre><p style="white-space: pre-wrap; word-wrap: break-word;">I don't think we have a dependency on bc yet, no reason to add one.</p></li></ul></li></ul><p>To view, visit <a href="https://review.coreboot.org/21601">change 21601</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21601"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ib3fb43b620f31fee2a41f00ddf7294edc81a60f6 </div>
<div style="display:none"> Gerrit-Change-Number: 21601 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>
<div style="display:none"> Gerrit-Reviewer: Julius Werner <jwerner@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 19 Sep 2017 19:37:52 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>