mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-11-04 09:56:23 +01:00 
			
		
		
		
	Added fortran compiler
* Added FC to all Dockerfiles * Changed cmake toolchains to use environment variables for compilers
This commit is contained in:
		@@ -14,7 +14,8 @@ ENV AS=${CROSS_ROOT}/as \
 | 
			
		||||
    CC=${CROSS_ROOT}/gcc \
 | 
			
		||||
    CPP=${CROSS_ROOT}/cpp \
 | 
			
		||||
    CXX=${CROSS_ROOT}/g++ \
 | 
			
		||||
    LD=${CROSS_ROOT}/ld
 | 
			
		||||
    LD=${CROSS_ROOT}/ld \
 | 
			
		||||
    FC=${CROSS_ROOT}/gfortran
 | 
			
		||||
 | 
			
		||||
COPY linux-x64/${CROSS_TRIPLE}-noop.sh /usr/bin/${CROSS_TRIPLE}-noop
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user