Change in osmo-ccid-firmware[master]: Add --disable-libusb for libosmocore cross-compile

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 17 11:07:58 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16634 )

Change subject: Add --disable-libusb for libosmocore cross-compile
......................................................................

Add --disable-libusb for libosmocore cross-compile

libosmocore.git after I656a1a38cbb5b1f3a9145d2869d3b4d0adefcae3
includes support for USB (and a new dependency to libusb).

But there's no libusb1 in the Cortex-M4 anyway :)

Change-Id: I68da7985001f4f9018995166458006ee47cdf216
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 6fd8469..c2802f8 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -41,7 +41,7 @@
 autoreconf --install --force
 ./configure	--enable-static --prefix="$inst/stow/libosmocore" --host=arm-none-eabi \
 		--enable-embedded --disable-doxygen --disable-shared --disable-pseudotalloc \
-		--disable-libsctp --enable-external-tests \
+		--disable-libsctp --disable-libusb --enable-external-tests \
 		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"
 make $PARALLEL_MAKE install
 make clean

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16634
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I68da7985001f4f9018995166458006ee47cdf216
Gerrit-Change-Number: 16634
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191217/5cf4482a/attachment.htm>


More information about the gerrit-log mailing list