Remove obsolete handling of RELEASE, done by fpcmake

This commit is contained in:
Pierre Muller 2023-09-27 01:10:21 +02:00
parent 97b9682556
commit f462aa9cf1
25 changed files with 0 additions and 173 deletions

View File

@ -83,13 +83,6 @@ SYSINIT_UNITS= # si_prc si_c si_dll
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# AIX requires libc, no syscalls
override FPCOPT+=-dFPC_USE_LIBC

View File

@ -42,13 +42,6 @@ UNITPREFIX=rtl
LOADERS=prt0
SYSTEMUNIT=system
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -45,13 +45,6 @@ LOADERS=prt0
SYSTEMUNIT=system
SYSINITUNITS=si_prc
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -40,13 +40,6 @@ UNITPREFIX=rtl
LOADERS=
SYSTEMUNIT=system
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -60,12 +60,6 @@ RTLCONSTSUNIT=rtlconst
endif
DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
DYNLIBSINCDIR=$(UNIXINC)
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
override FPCOPT+= -dHASUNIX -n -dFPC_USE_LIBC -Si

View File

@ -77,13 +77,6 @@ DOS_DEPS_OS=$(BASEUNIXUNIT)$(PPUEXT) $(UNIXUTILUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEX
SYSTEMUNIT=system
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Darwin requires libc, no syscalls
override FPCOPT+=-dFPC_USE_LIBC

View File

@ -79,14 +79,6 @@ ifeq ($(ARCH),x86_64)
CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -54,13 +54,6 @@ ifndef FPC_DOTTEDUNITS
RTLCONSTSUNIT=rtlconst
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -85,13 +85,6 @@ CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
ASTARGET=--64
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -40,13 +40,6 @@ UNITPREFIX=rtl
SYSTEMUNIT=system
LOADERS=prt0 cprt0
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)

View File

@ -40,12 +40,6 @@ endif
INITC_DEPS_OS=$(DPMIEXCPUNIT)$(PPUEXT)
SYSUTILS_DEPS_OS = $(DOSUNIT)$(PPUEXT) go32$(PPUEXT)
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas
# Insert exception handler in system unit

View File

@ -73,12 +73,6 @@ ifneq ($(findstring $(ARCH),x86_64 i386),)
CPU_DEP_CPUS=$(SYSUTILSUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
override FPCOPT+=-dFPC_USE_LIBC
# Paths

View File

@ -46,13 +46,6 @@ DYNLIBSINCDIR=$(UNIXINC)
UNITPREFIX=rtl
SYSTEMUNIT=system
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas
DOS_DEPS_OS=$(UNIXUTILUNIT)$(PPUEXT) $(MACUTILSUNIT)$(PPUEXT)

View File

@ -44,13 +44,6 @@ UNITPREFIX=rtl
SYSTEMUNIT=system
SYSINITUNITS=si_prc
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -74,13 +74,6 @@ SYSTEMUNIT=system
LINUXUNIT=
PRT0=prt0
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -49,13 +49,6 @@ DOS_DEPS_OS=$(STRINGSUNIT)$(PPUEXT)
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
INITC_DEPS_OS=$(OSDIR)/nwsys.inc
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
# ifdef RELEASE
override FPCOPT+=-Ur
# endif
#debug, -a: dont delete asm, -al include lines
#override FPCOPT+=-a
#override FPCOPT+=-al

View File

@ -49,13 +49,6 @@ libcclib.imp
SYSTEMUNIT=system
SYSUTILS_DEPS_OS = $(DOSUNIT)$(PPUEXT) libc.pp
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
# ifdef RELEASE
override FPCOPT+=-Ur
# endif
#debug, -a: dont delete asm, -al include lines
#override FPCOPT+=-a
#override FPCOPT+=-al

View File

@ -73,13 +73,6 @@ SYSTEMUNIT=system
LINUXUNIT=
PRT0=prt0
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# OpenBSD defaults to libc, no syscalls
ifeq ($(FPC_USE_SYSCALL),)
override FPCOPT+=-dFPC_USE_LIBC

View File

@ -57,13 +57,6 @@ ifndef FPC_DOTTEDUNITS
RTLCONSTSUNIT=rtlconst
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -54,13 +54,6 @@ UNITPREFIX=rtl
SYSTEMUNIT=system
PRT0=prt0
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -39,13 +39,6 @@ SYSTEMUNIT=system
SYSUTILSDIR=$(POSIXINC)
SYSUTILS_DEPS_OS = $(DOSUNIT)$(PPUEXT)
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -40,13 +40,6 @@ UNITPREFIX=rtl
LOADERS=
SYSTEMUNIT=system
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -79,13 +79,6 @@ SYSINIT_UNITS= # si_prc si_c si_dll
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Solaris requires libc, no syscalls
override FPCOPT+=-dFPC_USE_LIBC

View File

@ -54,13 +54,6 @@ endif
DOS_DEPS_OS=$(STRINGSUNIT)$(PPUEXT)
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -61,13 +61,6 @@ CPU_DEPS_CPU=$(SYSUTILSUNIT)$(PPUEXT)
MMX_DEPS_CPU=$(CPUUNIT)$(PPUEXT)
endif
# Use new feature from 1.0.5 version
# that generates release PPU files
# which will not be recompiled
ifdef RELEASE
override FPCOPT+=-Ur
endif
# Paths
OBJPASDIR=$(RTL)/objpas
GRAPHDIR=$(INC)/graph