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

2019-08-02 Thread laforge
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 
Gerrit-Reviewer: Hoernchen 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


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

2019-08-01 Thread Hoernchen
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 
Gerrit-MessageType: newchange