laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41909?usp=email )
Change subject: contrib/jenkins.sh: fix non-existent include path
......................................................................
contrib/jenkins.sh: fix non-existent include path
This helps the compiler to find talloc.h and fixes the build [again].
Change-Id: I7949f31e01d4cb20af1095f8fc20be1571239f37
Related: OS#6929
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
osmith: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index c355dd3..7943bd2 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -45,7 +45,7 @@
--enable-embedded --disable-log-macros --disable-doxygen
--disable-shared --disable-pseudotalloc \
--disable-libsctp --disable-libusb --disable-gb
--enable-external-tests \
--disable-libmnl --disable-syslog-logging \
- 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" \
+ 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$TOPDIR/sysmoOCTSIM -Wno-error=format" \
CPPFLAGS="-D__thread=''"
make $PARALLEL_MAKE install
make clean
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41909?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I7949f31e01d4cb20af1095f8fc20be1571239f37
Gerrit-Change-Number: 41909
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>