public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* --program-suffix flag
@ 2021-05-11 10:05 Francisco Javier Trujillo Mata
  2021-05-11 23:05 ` Hans-Bernhard Bröker
  0 siblings, 1 reply; 2+ messages in thread
From: Francisco Javier Trujillo Mata @ 2021-05-11 10:05 UTC (permalink / raw)
  To: newlib

Hello,
I'm trying to generate 2 different libc flavors for the same toolchain.
I would like to have a libc.a library and a libc-nano.a library.
The nano one, contains the typical configure flags to generate a nano
version of newlib.

Additionally, I'm trying to use the flag --program-suffix="-nano" thinking
that it will generate libc-nano.a libg-nano.a and libm-nano.a libraries
however it is still generating libraries with common names, libc.a, libg.a
and libm.a.

Do I'm missing something? or is the program-suffix being ignored?

Thanks

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

* Re: --program-suffix flag
  2021-05-11 10:05 --program-suffix flag Francisco Javier Trujillo Mata
@ 2021-05-11 23:05 ` Hans-Bernhard Bröker
  0 siblings, 0 replies; 2+ messages in thread
From: Hans-Bernhard Bröker @ 2021-05-11 23:05 UTC (permalink / raw)
  To: Francisco Javier Trujillo Mata, newlib

Am 11.05.2021 um 12:05 schrieb Francisco Javier Trujillo Mata:

> Additionally, I'm trying to use the flag --program-suffix="-nano" thinking
> that it will generate libc-nano.a libg-nano.a and libm-nano.a libraries
> however it is still generating libraries with common names, libc.a, libg.a
> and libm.a.
> 
> Do I'm missing something? or is the program-suffix being ignored?

No.  The flag is however clearly named _program_ suffix though, so I 
don't think there's any particularly strong case that it should apply to 
_libraries_, too.


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

end of thread, other threads:[~2021-05-11 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 10:05 --program-suffix flag Francisco Javier Trujillo Mata
2021-05-11 23:05 ` Hans-Bernhard Bröker

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 read-only IMAP folder(s) and NNTP newsgroup(s).