<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22213">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/*: don't strip executables<br><br>Users can do it if they need it, but we shouldn't force it on them.<br><br>Change-Id: I08007d68a79c302d8f3ca4ed0837ee96d8d3eb1e<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/k8resdump/Makefile<br>M util/nvramtool/Makefile<br>2 files changed, 0 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/22213/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/k8resdump/Makefile b/util/k8resdump/Makefile<br>index 7847861..e260351 100644<br>--- a/util/k8resdump/Makefile<br>+++ b/util/k8resdump/Makefile<br>@@ -16,7 +16,6 @@<br> PROGRAM = k8resdump<br> <br> CC      = gcc<br>-STRIP      = strip<br> INSTALL = /usr/bin/install<br> PREFIX  = /usr/local<br> #CFLAGS  = -O2 -g -Wall -Werror<br>@@ -26,7 +25,6 @@<br> LDFLAGS = -lpci<br> else<br> LDFLAGS = -lpci -lz -static<br>-STRIP_ARGS = -s<br> endif<br> <br> OBJS = k8resdump.o<br>@@ -35,7 +33,6 @@<br> <br> $(PROGRAM): $(OBJS)<br>         $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)<br>-       $(STRIP) $(STRIP_ARGS) $(PROGRAM)<br> <br> clean:<br>         rm -f *.o *~<br>diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile<br>index b92adda..bb623bb 100644<br>--- a/util/nvramtool/Makefile<br>+++ b/util/nvramtool/Makefile<br>@@ -17,7 +17,6 @@<br> PROGRAM = nvramtool<br> <br> CC      = gcc<br>-STRIP   = strip<br> INSTALL = /usr/bin/install<br> PREFIX  = /usr/local<br> CFLAGS  = -O2 -g -Wall -W -I. -DCMOS_HAL=1<br>@@ -47,7 +46,6 @@<br> <br> $(PROGRAM): $(OBJS)<br>  $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) $(CFLAGS)<br>-     $(STRIP) $(STRIP_ARGS) $(PROGRAM)<br> <br> clean:<br>         rm -f $(PROGRAM) $(OBJS) junit.xml<br></pre><p>To view, visit <a href="https://review.coreboot.org/22213">change 22213</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/22213"/><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: I08007d68a79c302d8f3ca4ed0837ee96d8d3eb1e </div>
<div style="display:none"> Gerrit-Change-Number: 22213 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>