mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 05:00:37 +01:00
* add definition of SYSTEMUNIT variable in Makefile.fpc's that didn't have
it yet git-svn-id: branches/jvmbackend@18948 -
This commit is contained in:
parent
ab7f0a4461
commit
644fffbdcb
@ -303,6 +303,7 @@ INC=../inc
|
|||||||
COMMON=$(RTL)/common
|
COMMON=$(RTL)/common
|
||||||
PROCINC=../$(CPU_TARGET)
|
PROCINC=../$(CPU_TARGET)
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
ifdef RELEASE
|
ifdef RELEASE
|
||||||
override FPCOPT+=-Ur
|
override FPCOPT+=-Ur
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -32,6 +32,7 @@ INC=../inc
|
|||||||
COMMON=$(RTL)/common
|
COMMON=$(RTL)/common
|
||||||
PROCINC=../$(CPU_TARGET)
|
PROCINC=../$(CPU_TARGET)
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
# Use new feature from 1.0.5 version
|
# Use new feature from 1.0.5 version
|
||||||
# that generates release PPU files
|
# that generates release PPU files
|
||||||
# which will not be recompiled
|
# which will not be recompiled
|
||||||
|
|||||||
@ -303,6 +303,7 @@ PROCINC=../$(CPU_TARGET)
|
|||||||
PPUEXT=pput
|
PPUEXT=pput
|
||||||
ASMEXT=.s
|
ASMEXT=.s
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
ifdef RELEASE
|
ifdef RELEASE
|
||||||
ifeq ($(findstring 1.0.2,$(FPC_VERSION)),)
|
ifeq ($(findstring 1.0.2,$(FPC_VERSION)),)
|
||||||
ifeq ($(findstring 1.0.4,$(FPC_VERSION)),)
|
ifeq ($(findstring 1.0.4,$(FPC_VERSION)),)
|
||||||
|
|||||||
@ -39,6 +39,7 @@ PPUEXT=pput
|
|||||||
ASMEXT=.s
|
ASMEXT=.s
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
# Use new feature from 1.0.5 version
|
# Use new feature from 1.0.5 version
|
||||||
# that generates release PPU files
|
# that generates release PPU files
|
||||||
|
|||||||
@ -304,6 +304,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|||||||
DDKINC=ddk
|
DDKINC=ddk
|
||||||
NDKINC=ndk
|
NDKINC=ndk
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
CPU_UNITS=
|
CPU_UNITS=
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
CPU_UNITS=x86 cpu mmx
|
CPU_UNITS=x86 cpu mmx
|
||||||
|
|||||||
@ -51,6 +51,7 @@ DDKINC=ddk
|
|||||||
NDKINC=ndk
|
NDKINC=ndk
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
CPU_UNITS=
|
CPU_UNITS=
|
||||||
|
|
||||||
|
|||||||
@ -304,6 +304,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|||||||
POSIXINC=$(RTL)/posix
|
POSIXINC=$(RTL)/posix
|
||||||
SYSCALLINC=$(RTL)/qnx/$(CPU_TARGET)
|
SYSCALLINC=$(RTL)/qnx/$(CPU_TARGET)
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
ifdef RELEASE
|
ifdef RELEASE
|
||||||
ifeq ($(findstring 1.0.2,$(FPC_VERSION)),)
|
ifeq ($(findstring 1.0.2,$(FPC_VERSION)),)
|
||||||
ifeq ($(findstring 1.0.4,$(FPC_VERSION)),)
|
ifeq ($(findstring 1.0.4,$(FPC_VERSION)),)
|
||||||
|
|||||||
@ -36,6 +36,7 @@ POSIXINC=$(RTL)/posix
|
|||||||
SYSCALLINC=$(RTL)/qnx/$(CPU_TARGET)
|
SYSCALLINC=$(RTL)/qnx/$(CPU_TARGET)
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
# Use new feature from 1.0.5 version
|
# Use new feature from 1.0.5 version
|
||||||
# that generates release PPU files
|
# that generates release PPU files
|
||||||
|
|||||||
@ -304,6 +304,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|||||||
SYMBIANINC=./symbianinc
|
SYMBIANINC=./symbianinc
|
||||||
UIQINC=./uiqinc
|
UIQINC=./uiqinc
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
OBJPASDIR=$(RTL)/objpas
|
OBJPASDIR=$(RTL)/objpas
|
||||||
ifeq ($(FULL_TARGET),i386-linux)
|
ifeq ($(FULL_TARGET),i386-linux)
|
||||||
override TARGET_UNITS+=system uuchar objpas macpas iso7185 buildrtl
|
override TARGET_UNITS+=system uuchar objpas macpas iso7185 buildrtl
|
||||||
|
|||||||
@ -34,6 +34,7 @@ SYMBIANINC=./symbianinc
|
|||||||
UIQINC=./uiqinc
|
UIQINC=./uiqinc
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
OBJPASDIR=$(RTL)/objpas
|
OBJPASDIR=$(RTL)/objpas
|
||||||
|
|
||||||
|
|||||||
@ -302,6 +302,7 @@ RTL=..
|
|||||||
INC=../inc
|
INC=../inc
|
||||||
PROCINC=../$(CPU_TARGET)
|
PROCINC=../$(CPU_TARGET)
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
ifdef RELEASE
|
ifdef RELEASE
|
||||||
override FPCOPT+=-Ur
|
override FPCOPT+=-Ur
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -42,6 +42,7 @@ INC=../inc
|
|||||||
PROCINC=../$(CPU_TARGET)
|
PROCINC=../$(CPU_TARGET)
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
# Use new feature from 1.0.5 version
|
# Use new feature from 1.0.5 version
|
||||||
# that generates release PPU files
|
# that generates release PPU files
|
||||||
|
|||||||
@ -304,6 +304,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|||||||
WININC=../win/wininc
|
WININC=../win/wininc
|
||||||
WINDIR=../win
|
WINDIR=../win
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
||||||
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
||||||
DLLS=
|
DLLS=
|
||||||
|
|||||||
@ -48,6 +48,7 @@ WININC=../win/wininc
|
|||||||
WINDIR=../win
|
WINDIR=../win
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
||||||
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
||||||
|
|||||||
@ -304,6 +304,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|||||||
WININC=../win/wininc
|
WININC=../win/wininc
|
||||||
WINDIR=../win
|
WINDIR=../win
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
||||||
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -55,6 +55,7 @@ WININC=../win/wininc
|
|||||||
WINDIR=../win
|
WINDIR=../win
|
||||||
|
|
||||||
UNITPREFIX=rtl
|
UNITPREFIX=rtl
|
||||||
|
SYSTEMUNIT=system
|
||||||
|
|
||||||
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
||||||
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
LOADERS=wprt0 wdllprt0 gprt0 wcygprt0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user