Change in ...osmo-ccid-firmware[master]: proper link order

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
Fri Aug 2 13:43:54 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15017 )

Change subject: proper link order
......................................................................

proper link order

undef syms from the left, def syms from the right, as it should be.
It's either this, or -Wl,--start-group/-Wl,--end-group around
everything.

Change-Id: I8083c5dc990acd6b60b053883fdd1b42c3bc0d4f
---
M ccid/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/ccid/Makefile b/ccid/Makefile
index 2194180..3258967 100644
--- a/ccid/Makefile
+++ b/ccid/Makefile
@@ -1,7 +1,7 @@
 CFLAGS=-Wall -g
 
 ccid_functionfs: ccid_main_functionfs.o ccid_proto.o ccid_device.o ccid_slot_sim.o
-	$(CC) $(CFLAGS) -lasan -losmocore -ltalloc -laio -o $@ $^
+	$(CC) $(CFLAGS) -o $@ $^ -lasan -losmocore -ltalloc -laio
 
 %.o: %.c
 	$(CC) $(CFLAGS) -o $@ -c $^

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15017
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: I8083c5dc990acd6b60b053883fdd1b42c3bc0d4f
Gerrit-Change-Number: 15017
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190802/c6d19b3c/attachment.htm>


More information about the gerrit-log mailing list