mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 10:39:40 +01:00 
			
		
		
		
	* if no dyn. linker is found on linux, assume glibc21
git-svn-id: trunk@1269 -
This commit is contained in:
		
							parent
							
								
									dcab72078b
								
							
						
					
					
						commit
						ab88e4b882
					
				@ -254,8 +254,10 @@ begin
 | 
			
		||||
           libctype:=uclibc;
 | 
			
		||||
           dynamiclinker:='/lib/ld-uClibc.so.0';
 | 
			
		||||
         end
 | 
			
		||||
       else if fileexists('/lib/ld-linux.so.1') then
 | 
			
		||||
         DynamicLinker:='/lib/ld-linux.so.1'
 | 
			
		||||
       else
 | 
			
		||||
         DynamicLinker:='/lib/ld-linux.so.1';
 | 
			
		||||
         libctype:=glibc21;
 | 
			
		||||
{$endif i386}
 | 
			
		||||
 | 
			
		||||
{$ifdef x86_64}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user