Re: --program-suffix flag
Hans-Bernhard Bröker <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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.