From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: michal <michal.bella.78@gmail.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] mk: link combined shared library with compiler to enable elf ctors
Date: Wed, 08 Oct 2014 17:56:52 +0200 [thread overview]
Message-ID: <235464551.uErmHRScDO@xps13> (raw)
In-Reply-To: <1412628980-11748-1-git-send-email-michal.bella.78@gmail.com>
Hi,
Sergio's patchset provides a fixed version of this patch:
http://dpdk.org/dev/patchwork/patch/715/
2014-10-06 22:56, michal:
> From: Michal Bella <michal.bella.78@gmail.com>
>
> Signed-off-by: michal <michal.bella.78@gmail.com>
> ---
> mk/rte.sharelib.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mk/rte.sharelib.mk b/mk/rte.sharelib.mk
> index c0a811a..a315d98 100644
> --- a/mk/rte.sharelib.mk
> +++ b/mk/rte.sharelib.mk
> @@ -45,7 +45,7 @@ sharelib: $(LIB_ONE) FORCE
>
> OBJS = $(wildcard $(RTE_OUTPUT)/build/lib/*.o)
>
> -O_TO_S = $(LD) $(CPU_LDFLAGS) -shared $(OBJS) -o $(RTE_OUTPUT)/lib/$(LIB_ONE)
> +O_TO_S = $(CC) $(CPU_LDFLAGS) -shared $(OBJS) -o $(RTE_OUTPUT)/lib/$(LIB_ONE)
> O_TO_S_STR = $(subst ','\'',$(O_TO_S)) #'# fix syntax highlight
> O_TO_S_DISP = $(if $(V),"$(O_TO_S_STR)"," LD $(@)")
> O_TO_S_CMD = "cmd_$@ = $(O_TO_S_STR)"
prev parent reply other threads:[~2014-10-08 15:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-06 20:56 michal
2014-10-08 15:56 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=235464551.uErmHRScDO@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=michal.bella.78@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).