From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: --no-as-needed by default for linux exec-env Date: Fri, 28 Nov 2014 16:35:04 +0100 Message-ID: <1478728.d5541BEJ0F@xps13> References: <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Sergio Gonzalez Monroy , Neil Horman Return-path: In-Reply-To: <1414666662-14966-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Sergio, Neil, Do you agree to add this comment (before applying this *needed* patch)? +# Workaround lack of DT_NEEDED entry > -EXECENV_LDFLAGS = > +EXECENV_LDFLAGS = --no-as-needed -- Thomas