dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mk: --no-as-needed by default for linux exec-env
@ 2014-10-30 10:57 Sergio Gonzalez Monroy
       [not found] ` <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Sergio Gonzalez Monroy @ 2014-10-30 10:57 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Ubuntu/Debian toolchain passes --as-needed flag to the linker by default.
Add --no-as-needed flag by default in linuxapp exec-env to ensure correct
linking.

Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 mk/exec-env/linuxapp/rte.vars.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/exec-env/linuxapp/rte.vars.mk b/mk/exec-env/linuxapp/rte.vars.mk
index d4808c2..79ddd5f 100644
--- a/mk/exec-env/linuxapp/rte.vars.mk
+++ b/mk/exec-env/linuxapp/rte.vars.mk
@@ -45,7 +45,7 @@ else
 EXECENV_CFLAGS  = -pthread
 endif
 
-EXECENV_LDFLAGS =
+EXECENV_LDFLAGS = --no-as-needed
 EXECENV_LDLIBS  = -lrt -lm
 EXECENV_ASFLAGS =
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-11-29 20:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 10:57 [PATCH] mk: --no-as-needed by default for linux exec-env Sergio Gonzalez Monroy
     [not found] ` <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-10-30 11:05   ` Gonzalez Monroy, Sergio
     [not found]     ` <91383E96CE459D47BCE92EFBF5CE73B004E9A0FB-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-10-30 14:01       ` Neil Horman
     [not found]         ` <20141030140110.GE24783-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-10-30 16:20           ` Gonzalez Monroy, Sergio
     [not found]             ` <91383E96CE459D47BCE92EFBF5CE73B004E9A23A-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-10-30 19:21               ` Neil Horman
     [not found]                 ` <20141030192100.GF24783-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-10-31  9:02                   ` Gonzalez Monroy, Sergio
2014-11-05 15:02   ` De Lara Guarch, Pablo
2014-11-28 15:35   ` Thomas Monjalon
2014-11-29 15:02     ` Neil Horman
     [not found]       ` <20141129150106.GA14345-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-11-29 20:20         ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).