Re: [PATCH v3] Makefile.flags: fix the OS detection for libresolv

2021-02-07 Thread Bernhard Reutner-Fischer
On Fri, 22 Jan 2021 22:24:05 +0100 Martin Kaiser wrote: > From: Martin Kaiser > > 054493350 ("Do not add -lresolv on non-Linux systems") adds a condition > to link with libresolv only on linux systems. > > This patch uses the output of $CC -dumpmachine to detect the target platform > for whic

Re: change for PATCH : Do not add -lresolv on non-Linux systems

2021-02-07 Thread Bernhard Reutner-Fischer
On Sun, 7 Feb 2021 06:23:37 + Yuping Luo wrote: > Hello, > > The patch[1] define osname in Linux is "Linux", while it's "GNU/Linux" > maybe the following change is necessary to avoid build break. I've applied Martins patch, please try current git. thanks, pgpukaUltBhHm.pgp Description

Re: Cross compiling from x86_64 to SPARC

2021-02-07 Thread Bernhard Reutner-Fischer
On Mon, 1 Feb 2021 00:22:52 -0800 Rich Fromm wrote: > Sorry if this is a FAQ. I manually clicked month by month through 5 years > of mailing list archives (is there a functional way to search?), and only We have a shorthand of google search "site:busybox.net" here: https://busybox.net/lists.html

Re: Cross compiling from x86_64 to SPARC

2021-02-07 Thread Bernhard Reutner-Fischer
On Mon, 01 Feb 2021 10:47:34 +0200 Baruch Siach wrote: > Hi Rich, > > On Mon, Feb 01 2021, Rich Fromm wrote: > > I have an old ReadyNAS NV+ v1 from Netgear that's having some hardware > > issues, and I'm trying to retrieve the data off of the disk array. I can > > boot into a tech support mode,

Re: change for PATCH : Do not add -lresolv on non-Linux systems

2021-02-07 Thread Yuping Luo
Hello, This patch works for me. u-boot build on x86 ubuntu for AArch64 target. Thanks, Yuping On 2021/2/7, 16:49, "Bernhard Reutner-Fischer" wrote: On Sun, 7 Feb 2021 06:23:37 + Yuping Luo wrote: > Hello, > > The patch[1] define osname in Linux is "Lin