================
@@ -111,6 +111,7 @@ class ToolChain {
 
   enum CStdlibType {
     CST_Newlib,
+    CST_NewlibNano,
----------------
voltur01 wrote:

In GCC yes, they use spec files to select: 
https://github.com/arm/arm-toolchain/blob/arm-software/arm-software/embedded/docs/migrating.md#multilib-support
 however in ATfE we had to create a whole separate set of multilibs that is 
available as a separate overlay download package 
https://github.com/arm/arm-toolchain/releases/tag/release-21.1.1-ATfE and it is 
selected with own config file that points to `newlib-nano` folder.

https://github.com/llvm/llvm-project/pull/185870
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to