How to find out the build configurations for the releases?

Asked by David

Hi, how do I go about finding how (for example) newlib was configured in the latest release?
It looks like for GCC I can use the -v switch.
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Preud'homme
Solved:
Last query:
Last reply:
Revision history for this message
Best Thomas Preud'homme (thomas-preudhomme) said :
#1

Hi David,

You can look at the build-toolchain script in the source tarball we provide. Search for task III-2 (newlib) and III-3 (newlib-nano).

Best regards.

Revision history for this message
David (excsniper) said :
#2

Thanks Thomas Preud'homme, that solved my question.