~ruther/guix-exprs

ref: fa5d11959116b191e872cc1c77addebaef02b61c guix-exprs/modules/ruther/packages/embedded.scm -rw-r--r-- 17.0 KiB
75eae2a2 — Rutherther 4 months ago
chore: move modules to modules subfolder
a9b4223e — Rutherther 10 months ago
fix: another arm none eabi fix
b88f695d — Rutherther 10 months ago
fix: missing new functions for arm none eabi toolchain
e8843086 — Rutherther 10 months ago
feat: update embedded.scm based on the code submitted to Guix patches
fd6ca65e — Rutherther 10 months ago
fix: add libstdc++ CXXFLAGS, document with target subdir hack
62400bf2 — Rutherther 10 months ago
fix: c++ include paths

The C include path has to be the latest! This is because
the cstdlib header uses #include_next <stdlib.h>, and
since the include of C headers comes first, stdlib.h is
not found!
2d734ecb — Rutherther 10 months ago
fix: libstdc++ getentropy fix

The newlib does not expose getentropy in the final libraries,
but stil has it in the headers. That leads to configure thinking
getentropy is available and it will be used in the <random>.
26746ec4 — Rutherther 10 months ago
feat: split arm 12.3 toolchain to non-nano and nano
f49fa070 — Rutherther 10 months ago
fix: libstdc++ output lib path
e297a606 — Rutherther 10 months ago
feat: add buildable libstdc++ to arm gcc toolchain 12.3
e2ad6962 — Rutherther 10 months ago
feat: arm toolchain 12.3.rel1