Nicolas Boichat 
							
						 
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
							
							
								Matt McCormick 
							
						 
					 
					
						
						
							
						
						54ee1fddbc 
					 
					
						
						
							
							doc: update Matt McCormick email  
						
						
						
						
					 
					
						2024-11-08 17:11:12 -05:00 
						 
				 
			
				
					
						
							
							
								Matt McCormick 
							
						 
					 
					
						
						
							
						
						eabd29df73 
					 
					
						
						
							
							manylinux2014-aarch64: Bump to GCC 10  
						
						... 
						
						
						
						This is the version used in the manylinux2014_aarch image documented at https://github.com/pypa/manylinux . 
						
						
					 
					
						2023-02-21 16:17:28 -05:00 
						 
				 
			
				
					
						
							
							
								Mickaël Guérin 
							
						 
					 
					
						
						
							
						
						787e0cbc41 
					 
					
						
						
							
							manylinux2014-aarch64: Install zlib in sysroot  
						
						
						
						
					 
					
						2023-01-30 10:06:57 +01:00 
						 
				 
			
				
					
						
							
							
								Mickaël Guérin 
							
						 
					 
					
						
						
							
						
						f152c4b25e 
					 
					
						
						
							
							Fix manylinux2014-aarch64 image building  
						
						... 
						
						
						
						* switch image to crosstool-ng 1.25.0
* remove support of ct-ng 1.13.0 and set 1.25.0 as the default version 
						
						
					 
					
						2023-01-30 08:26:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f888b7de0b 
					 
					
						
						
							
							Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'  
						
						... 
						
						
						
						Signed-off-by: Bensuperpc <bensuperpc@gmail.com > 
						
						
					 
					
						2021-10-04 12:51:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5bdd85049 
					 
					
						
						
							
							Enable build ID  
						
						... 
						
						
						
						Enable build ID 
						
						
					 
					
						2021-09-09 20:25:22 +02:00 
						 
				 
			
				
					
						
							
							
								odidev 
							
						 
					 
					
						
						
							
						
						52f21639b2 
					 
					
						
						
							
							Add manylinux2014-aarch64 with gcc=9.3  
						
						
						
						
					 
					
						2021-08-23 07:22:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80d9b02162 
					 
					
						
						
							
							Remove manylinux2014-aarch64 image  
						
						... 
						
						
						
						Remove manylinux2014-aarch64 image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com > 
						
						
					 
					
						2021-08-07 14:56:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ecf9f32334 
					 
					
						
						
							
							Fix error on manylinux2014-aarch64  
						
						... 
						
						
						
						Fix error on manylinux2014-aarch64
Signed-off-by: Bensuperpc <bensuperpc@gmail.com > 
						
						
					 
					
						2021-06-28 17:41:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						40545c5f78 
					 
					
						
						
							
							Disable python with GDB  
						
						... 
						
						
						
						Disable python with GDB: GDB 8.1 and lower have issues with python 3.7 and upper :
https://bugzilla.redhat.com/show_bug.cgi?id=1577396 
Signed-off-by: Bensuperpc <bensuperpc@gmail.com > 
						
						
					 
					
						2021-05-26 20:06:05 +02:00 
						 
				 
			
				
					
						
							
							
								odidev 
							
						 
					 
					
						
						
							
						
						b4666459f3 
					 
					
						
						
							
							Update gcc to 4.8.5 and glibc to 2.17  
						
						
						
						
					 
					
						2020-10-20 15:40:39 +00:00 
						 
				 
			
				
					
						
							
							
								Jean-Christophe Fillion-Robin 
							
						 
					 
					
						
						
							
						
						4ba406a5a9 
					 
					
						
						
							
							manylinux2014-aarch64: Set AUDITWHEEL_ARCH and AUDITWHEEL_PLAT variables  
						
						... 
						
						
						
						This commit overrides variables inherited from the base image. 
						
						
					 
					
						2020-06-17 01:05:55 -04:00 
						 
				 
			
				
					
						
							
							
								Jean-Christophe Fillion-Robin 
							
						 
					 
					
						
						
							
						
						3114dca079 
					 
					
						
						
							
							manylinux2014-aarch64: Tweak comment in Dockerfile.in  
						
						
						
						
					 
					
						2020-06-06 01:38:22 -04:00 
						 
				 
			
				
					
						
							
							
								odidev 
							
						 
					 
					
						
						
							
						
						fdb8d43e34 
					 
					
						
						
							
							add support for manylinux2014-aarch64  
						
						
						
						
					 
					
						2020-06-06 01:12:46 -04:00