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/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Thu Aug 1 15:59:08 UTC 2019


Hoernchen has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/17/15017/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190801/f3bad08f/attachment.htm>


More information about the gerrit-log mailing list