From 308a6f6093350a1e8c1b6c649fa5bda6122537b9 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 14 Apr 2023 21:19:27 +0200 Subject: [PATCH] Remove libstdc++ from arm-none-eabi-toolchain. --- embedded.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded.scm b/embedded.scm index 740ed4e..fd619f7 100644 --- a/embedded.scm +++ b/embedded.scm @@ -206,7 +206,7 @@ library variant NEWLIB." #t))))) (propagated-inputs `(("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) ("newlib" ,newlib-with-xgcc))) (synopsis "Complete GCC tool chain for ARM bare metal development")