mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 11:17:24 +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
|
default: help
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
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)
|
ifeq ($(CPU_TARGET),powerpc)
|
||||||
PPSUF=ppc
|
PPSUF=ppc
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(CPU_TARGET),sparc)
|
||||||
|
PPSUF=sparc
|
||||||
|
endif
|
||||||
ifeq ($(CPU_TARGET),alpha)
|
ifeq ($(CPU_TARGET),alpha)
|
||||||
PPSUF=axp
|
PPSUF=axp
|
||||||
endif
|
endif
|
||||||
@ -878,7 +881,7 @@ ifndef COPY
|
|||||||
COPY:=$(CPPROG) -fp
|
COPY:=$(CPPROG) -fp
|
||||||
endif
|
endif
|
||||||
ifndef COPYTREE
|
ifndef COPYTREE
|
||||||
COPYTREE:=$(CPPROG) -rfp
|
COPYTREE:=$(CPPROG) -Rfp
|
||||||
endif
|
endif
|
||||||
ifndef MOVE
|
ifndef MOVE
|
||||||
MOVE:=$(MVPROG) -f
|
MOVE:=$(MVPROG) -f
|
||||||
|
|||||||
@ -37,6 +37,9 @@ endif
|
|||||||
ifeq ($(CPU_TARGET),powerpc)
|
ifeq ($(CPU_TARGET),powerpc)
|
||||||
PPSUF=ppc
|
PPSUF=ppc
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(CPU_TARGET),sparc)
|
||||||
|
PPSUF=sparc
|
||||||
|
endif
|
||||||
ifeq ($(CPU_TARGET),alpha)
|
ifeq ($(CPU_TARGET),alpha)
|
||||||
PPSUF=axp
|
PPSUF=axp
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user