69c4db9338
*/Toolchain.cmake: Set CMAKE_FIND_ROOT_PATH_LIBRARY/INCLUDE to ONLY
...
For some reason, the default setting in all Toolchain.cmake
is:
```
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
```
For cross-compilation, CMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER
makes sense (we only want to find executables in host system root),
but CMAKE_FIND_ROOT_PATH_MODE_LIBRARY/INCLUDE should be set
to ONLY, otherwise cmake may find libraries in host system root,
and try to link with incompatible libraries (instead of
cross-compilation sysroot).
Fixes #431 .
2025-02-25 16:14:39 +01:00
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00
fbb03de50f
Update CT_ZLIB_MIRRORS to support downloading old versions of zlib
2022-10-20 11:51:32 +02:00
e633dd0f8f
Update linux-armv6-lts
...
Update linux-armv6-lts
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2022-05-19 12:53:34 +02:00
ec96e82d03
Change ISL mirror with new official source: cfb7d07ae1
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-12 10:05:21 +02:00
77000763ba
Merge branch 'dockcross:master' into update_label
2021-10-06 18:08:57 +02:00
3e3fee97dc
Update mirror for isl packages
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-05 19:40:56 +02:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
73aa306bba
Update linux-armv6-lts and down GCC version to 8.5.0
...
Update linux-armv6-lts and down GCC version to 8.5.0
2021-09-17 08:00:27 +02:00
d68c8073fe
Update crosstool-ng
...
Update crosstool-ng
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-20 15:37:11 +02:00
5663ada809
Use env variable instead hardcoded variable in toolchain.cmake
...
Use env variable instead hardcoded variable in toolchain.cmake
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-12 21:38:43 +02:00
2886400450
Down glibc to 2.28 and min kernel to 4.19, update GCC to 11.2.0
...
Down glibc to 2.28 and min kernel to 4.19, update GCC to 11.2.0
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-05 16:33:43 +02:00
91c5bee3a7
Add ARMv6 LTS
...
With Glibc 2.28
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-05 16:28:23 +02:00