diff options
author | Rutherther <rutherther@protonmail.com> | 2024-09-13 11:41:57 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-12 19:23:29 +0200 |
commit | ce8872fe9dbce401fef140d0f3e8feea85d9570b (patch) | |
tree | 32bb06bc5094f32a3bb2e78776a227a1cdabe74a /gnu/image.scm | |
parent | d8da518c56dd2719859965e0468fdb8e78637d27 (diff) | |
download | guix-ce8872fe9dbce401fef140d0f3e8feea85d9570b.tar.gz |
gnu: make-gcc-arm-none-eabi: reorder C++ native search paths
This fixes native-search-paths of arm-none-eabi toolchains The toolchains CROSS_CPLUS_INCLUDE_PATH had C include directory first, and the C++ as second. Since <cstdlib> does #include_next <stdlib.h>, the toolchains could not build anything using <cstdlib>. The C include has to come later than C++ one. This is already fixed in xgcc search-path. * gnu/packages/embedded.scm (make-gcc-arm-none-eabi-4.9, make-gcc-arm-none-eabi-7-2018-q2-update): [native-search-paths]: Put C include path as last. Change-Id: Ib7e36e57e510ac87960375cad40ff0b9e749101c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/image.scm')
0 files changed, 0 insertions, 0 deletions