Remove libstdc++ from arm-none-eabi-toolchain.
This commit is contained in:
parent
75f2fbc842
commit
308a6f6093
|
@ -206,7 +206,7 @@ library variant NEWLIB."
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("binutils" ,(cross-binutils "arm-none-eabi"))
|
`(("binutils" ,(cross-binutils "arm-none-eabi"))
|
||||||
("libstdc++" ,(make-libstdc++-arm-none-eabi xgcc newlib-with-xgcc))
|
#;("libstdc++" ,(make-libstdc++-arm-none-eabi xgcc newlib-with-xgcc))
|
||||||
("gcc" ,xgcc)
|
("gcc" ,xgcc)
|
||||||
("newlib" ,newlib-with-xgcc)))
|
("newlib" ,newlib-with-xgcc)))
|
||||||
(synopsis "Complete GCC tool chain for ARM bare metal development")
|
(synopsis "Complete GCC tool chain for ARM bare metal development")
|
||||||
|
|
Loading…
Reference in a new issue