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.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/simtrace2/+/26029 )
Change subject: firmware: drop cref printing
......................................................................
firmware: drop cref printing
No one reads this, no one wants to know this.
Change-Id: Ie2281e207164f82d8ee29bd596a5593c22aaf198
---
M firmware/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
diff --git a/firmware/Makefile b/firmware/Makefile
index 810c7f3..f6e8316 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -205,7 +205,7 @@
 endif
 
 ASFLAGS = -mcpu=cortex-m3 -mthumb -Wall -g $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -D__ASSEMBLY__
-LDFLAGS = -mcpu=cortex-m3 -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=ResetException -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--no-undefined $(LIB)
+LDFLAGS = -mcpu=cortex-m3 -mthumb -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=ResetException -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--no-undefined $(LIB)
 ifeq ("$(USE_CLANG)","0")
 LDFLAGS += -Wl,--warn-section-align -Wl,--print-memory-usage
 endif
-- 
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/26029
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: Ie2281e207164f82d8ee29bd596a5593c22aaf198
Gerrit-Change-Number: 26029
Gerrit-PatchSet: 5
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
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/20211101/37f3a97c/attachment.htm>