[PING] [PATCH] rust: avoid clobbering LIBS

2024-08-28 Thread Marc
Hello, Gentle reminder for this simple autoconf patch :) Thanks, Marc

Re: [PING] [PATCH] rust: avoid clobbering LIBS

2024-08-28 Thread Richard Biener
On Wed, Aug 28, 2024 at 11:10 AM Marc wrote: > > Hello, > > Gentle reminder for this simple autoconf patch :) OK. Note that completely wiping LIBS might remove requirements detected earlier, like some systems require explicit -lc for example. I would instead not clear LIBS here and instead allo