<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/19464">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib/jenkins.sh: Disable thread-local storage in libosmocore<br><br>Let's disable thread-local-storage by re-defining __thread in the<br>pre-processor.  This is required at least on Debian unstable to<br>get a sysmoOCTSIM build without any missing symbols to __tls_get_addr.<br><br>Change-Id: Ie75fb7e71b316be164ed69d832ffcf2bd1a04fb7<br>---<br>M contrib/jenkins.sh<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/64/19464/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh</span><br><span>index c28f550..35625f1 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -43,7 +43,8 @@</span><br><span> ./configure     --enable-static --prefix="$inst/stow/libosmocore" --host=arm-none-eabi \</span><br><span>           --enable-embedded --disable-doxygen --disable-shared --disable-pseudotalloc \</span><br><span>                --disable-libsctp --disable-libusb --disable-gb --enable-external-tests \</span><br><span style="color: hsl(0, 100%, 40%);">-               CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -mthumb -Os -mlong-calls -g3 -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -I /home/laforge/projects/git/osmo-ccid-firmware/sysmoOCTSIM -Wno-error=format"</span><br><span style="color: hsl(120, 100%, 40%);">+              CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -mthumb -Os -mlong-calls -g3 -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -I /home/laforge/projects/git/osmo-ccid-firmware/sysmoOCTSIM -Wno-error=format" \</span><br><span style="color: hsl(120, 100%, 40%);">+            CPPFLAGS="-D__thread=''"</span><br><span> make $PARALLEL_MAKE install</span><br><span> make clean</span><br><span> STOW_DIR="$inst/stow" stow --restow libosmocore</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/19464">change 19464</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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://gerrit.osmocom.org/c/osmo-ccid-firmware/+/19464"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ccid-firmware </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie75fb7e71b316be164ed69d832ffcf2bd1a04fb7 </div>
<div style="display:none"> Gerrit-Change-Number: 19464 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>