pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email )
Change subject: contrib/jenkins_arm.sh: Remove explicit configure.sh disable
args
......................................................................
contrib/jenkins_arm.sh: Remove explicit configure.sh disable args
Since --enable-embedded was reworked in
9197c1ac176ab8aa33f82e059404dcd482577a31, it is no longer needed to pass
those flags explicitly for proper checking, since --enable-embedded
preset takes care of enabling/disabling them and do the related checks.
Change-Id: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
---
M contrib/jenkins_arm.sh
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/71/41871/1
diff --git a/contrib/jenkins_arm.sh b/contrib/jenkins_arm.sh
index a65bb67..1d72f2f 100755
--- a/contrib/jenkins_arm.sh
+++ b/contrib/jenkins_arm.sh
@@ -18,10 +18,6 @@
--enable-embedded \
--disable-doxygen \
--disable-shared \
- --disable-libsctp \
- --disable-libusb \
- --disable-libmnl \
- --disable-syslog-logging \
CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles
-nodefaultlibs $WERROR_FLAGS"
$MAKE $PARALLEL_MAKE
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
Gerrit-Change-Number: 41871
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>