mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	no message
This commit is contained in:
		
							parent
							
								
									d5140a5792
								
							
						
					
					
						commit
						d70ab8667f
					
				
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
#
 | 
			
		||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/10]
 | 
			
		||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/21]
 | 
			
		||||
#
 | 
			
		||||
default: help
 | 
			
		||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
 | 
			
		||||
@ -232,6 +232,9 @@ endif
 | 
			
		||||
ifeq ($(CPU_TARGET),powerpc)
 | 
			
		||||
PPSUF=ppc
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(CPU_TARGET),sparc)
 | 
			
		||||
PPSUF=sparc
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(CPU_TARGET),alpha)
 | 
			
		||||
PPSUF=axp
 | 
			
		||||
endif
 | 
			
		||||
@ -878,7 +881,7 @@ ifndef COPY
 | 
			
		||||
COPY:=$(CPPROG) -fp
 | 
			
		||||
endif
 | 
			
		||||
ifndef COPYTREE
 | 
			
		||||
COPYTREE:=$(CPPROG) -rfp
 | 
			
		||||
COPYTREE:=$(CPPROG) -Rfp
 | 
			
		||||
endif
 | 
			
		||||
ifndef MOVE
 | 
			
		||||
MOVE:=$(MVPROG) -f
 | 
			
		||||
 | 
			
		||||
@ -37,6 +37,9 @@ endif
 | 
			
		||||
ifeq ($(CPU_TARGET),powerpc)
 | 
			
		||||
PPSUF=ppc
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(CPU_TARGET),sparc)
 | 
			
		||||
PPSUF=sparc
 | 
			
		||||
endif
 | 
			
		||||
ifeq ($(CPU_TARGET),alpha)
 | 
			
		||||
PPSUF=axp
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user