<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/14443">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile: Allow user to override libosmocore install prefix<br><br>We should probably use PKG_CONFIG to do this in the next step..<br><br>Change-Id: Ie1eda223da3e22b6b1eea73cfcca499cf3ba7940<br>---<br>M sysmoOCTSIM/gcc/Makefile<br>1 file changed, 3 insertions(+), 2 deletions(-)<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/43/14443/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sysmoOCTSIM/gcc/Makefile b/sysmoOCTSIM/gcc/Makefile</span><br><span>index 97c5ec1..d082bcb 100644</span><br><span>--- a/sysmoOCTSIM/gcc/Makefile</span><br><span>+++ b/sysmoOCTSIM/gcc/Makefile</span><br><span>@@ -2,8 +2,9 @@</span><br><span> # Manually edited. Do not overwrite with Automatically-generated file.</span><br><span> ################################################################################</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-EXTRA_LIBS=/usr/local/arm-none-eabi/lib/libosmocore.a</span><br><span style="color: hsl(0, 100%, 40%);">-EXTRA_CFLAGS=-I/usr/local/arm-none-eabi/include -I../../ccid</span><br><span style="color: hsl(120, 100%, 40%);">+SYSTEM_PREFIX:=/usr/local/arm-none-eabi</span><br><span style="color: hsl(120, 100%, 40%);">+EXTRA_LIBS=$(SYSTEM_PREFIX)/lib/libosmocore.a</span><br><span style="color: hsl(120, 100%, 40%);">+EXTRA_CFLAGS=-I$(SYSTEM_PREFIX)/include -I../../ccid</span><br><span> CROSS_COMPILE= arm-none-eabi-</span><br><span> </span><br><span> CFLAGS_CPU=-D__SAME54N19A__ -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/14443">change 14443</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/+/14443"/><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: Ie1eda223da3e22b6b1eea73cfcca499cf3ba7940 </div>
<div style="display:none"> Gerrit-Change-Number: 14443 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>