<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23174">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util: make-spike-elf.sh: Fix busybox mktemp compatibility<br><br>Busybox mktemp does not support patterns with any characters after the XXXXXX<br>part. Drop the .o extension to make make-spike-elf.sh work on Alpine Linux.<br><br>Change-Id: I2e37ceef115c6d4d31eb617558481b2284dada83<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M util/riscvtools/make-spike-elf.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/23174/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/riscvtools/make-spike-elf.sh b/util/riscvtools/make-spike-elf.sh</span><br><span>index 9632436..834e8d2 100755</span><br><span>--- a/util/riscvtools/make-spike-elf.sh</span><br><span>+++ b/util/riscvtools/make-spike-elf.sh</span><br><span>@@ -18,7 +18,7 @@</span><br><span> fi</span><br><span> </span><br><span> FLAT_FILE="$1"</span><br><span style="color: hsl(0, 100%, 40%);">-OBJECT_FILE=$(mktemp /tmp/coreboot-spike.XXXXXX.o)</span><br><span style="color: hsl(120, 100%, 40%);">+OBJECT_FILE=$(mktemp /tmp/coreboot-spike.XXXXXX)</span><br><span> ELF_FILE="$2"</span><br><span> TOOL_PATH="$(dirname "$0")"</span><br><span> XGCC_BIN="$TOOL_PATH/../crossgcc/xgcc/bin"</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23174">change 23174</a>. To unsubscribe, or for help writing mail filters, 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/23174"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I2e37ceef115c6d4d31eb617558481b2284dada83 </div>
<div style="display:none"> Gerrit-Change-Number: 23174 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>