Browse Source

Remove obsolete handling of RELEASE, done by fpcmake

Pierre Muller 1 year ago
parent
commit
f462aa9cf1

+ 0 - 7
rtl/aix/Makefile.fpc

@@ -83,13 +83,6 @@ SYSINIT_UNITS=   # si_prc si_c si_dll
 endif
 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
 # AIX requires libc, no syscalls
 override FPCOPT+=-dFPC_USE_LIBC
 override FPCOPT+=-dFPC_USE_LIBC
 
 

+ 0 - 7
rtl/amiga/Makefile.fpc

@@ -42,13 +42,6 @@ UNITPREFIX=rtl
 LOADERS=prt0
 LOADERS=prt0
 SYSTEMUNIT=system
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/aros/Makefile.fpc

@@ -45,13 +45,6 @@ LOADERS=prt0
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 SYSINITUNITS=si_prc
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/atari/Makefile.fpc

@@ -40,13 +40,6 @@ UNITPREFIX=rtl
 LOADERS=
 LOADERS=
 SYSTEMUNIT=system
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 6
rtl/beos/Makefile.fpc

@@ -60,12 +60,6 @@ RTLCONSTSUNIT=rtlconst
 endif
 endif
 DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
 DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT)
 DYNLIBSINCDIR=$(UNIXINC)
 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
 override FPCOPT+= -dHASUNIX -n -dFPC_USE_LIBC -Si
 
 

+ 0 - 7
rtl/darwin/Makefile.fpc

@@ -77,13 +77,6 @@ DOS_DEPS_OS=$(BASEUNIXUNIT)$(PPUEXT) $(UNIXUTILUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEX
 
 
 SYSTEMUNIT=system
 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
 # Darwin requires libc, no syscalls
 override FPCOPT+=-dFPC_USE_LIBC
 override FPCOPT+=-dFPC_USE_LIBC
 
 

+ 0 - 8
rtl/dragonfly/Makefile.fpc

@@ -79,14 +79,6 @@ ifeq ($(ARCH),x86_64)
 CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
 CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
 endif
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/emx/Makefile.fpc

@@ -54,13 +54,6 @@ ifndef FPC_DOTTEDUNITS
 RTLCONSTSUNIT=rtlconst
 RTLCONSTSUNIT=rtlconst
 endif
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/freebsd/Makefile.fpc

@@ -85,13 +85,6 @@ CPU_UNITS=$(X86UNIT) $(PORTSUNIT) $(CPUUNIT)
 ASTARGET=--64
 ASTARGET=--64
 endif
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/gba/Makefile.fpc

@@ -40,13 +40,6 @@ UNITPREFIX=rtl
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 LOADERS=prt0 cprt0
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
 SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)

+ 0 - 6
rtl/go32v2/Makefile.fpc

@@ -40,12 +40,6 @@ endif
 INITC_DEPS_OS=$(DPMIEXCPUNIT)$(PPUEXT)
 INITC_DEPS_OS=$(DPMIEXCPUNIT)$(PPUEXT)
 SYSUTILS_DEPS_OS = $(DOSUNIT)$(PPUEXT) go32$(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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 # Insert exception handler in system unit
 # Insert exception handler in system unit

+ 0 - 6
rtl/haiku/Makefile.fpc

@@ -73,12 +73,6 @@ ifneq ($(findstring $(ARCH),x86_64 i386),)
 CPU_DEP_CPUS=$(SYSUTILSUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
 CPU_DEP_CPUS=$(SYSUTILSUNIT)$(PPUEXT) $(OBJPASUNIT)$(PPUEXT)
 endif
 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
 override FPCOPT+=-dFPC_USE_LIBC
 
 
 # Paths
 # Paths

+ 0 - 7
rtl/macos/Makefile.fpc

@@ -46,13 +46,6 @@ DYNLIBSINCDIR=$(UNIXINC)
 UNITPREFIX=rtl
 UNITPREFIX=rtl
 SYSTEMUNIT=system
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 DOS_DEPS_OS=$(UNIXUTILUNIT)$(PPUEXT) $(MACUTILSUNIT)$(PPUEXT)
 DOS_DEPS_OS=$(UNIXUTILUNIT)$(PPUEXT) $(MACUTILSUNIT)$(PPUEXT)

+ 0 - 7
rtl/morphos/Makefile.fpc

@@ -44,13 +44,6 @@ UNITPREFIX=rtl
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 SYSINITUNITS=si_prc
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/netbsd/Makefile.fpc

@@ -74,13 +74,6 @@ SYSTEMUNIT=system
 LINUXUNIT=
 LINUXUNIT=
 PRT0=prt0
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/netware/Makefile.fpc

@@ -49,13 +49,6 @@ DOS_DEPS_OS=$(STRINGSUNIT)$(PPUEXT)
 SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
 SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
 INITC_DEPS_OS=$(OSDIR)/nwsys.inc
 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
 #debug, -a: dont delete asm, -al include lines
 #override FPCOPT+=-a
 #override FPCOPT+=-a
 #override FPCOPT+=-al
 #override FPCOPT+=-al

+ 0 - 7
rtl/netwlibc/Makefile.fpc

@@ -49,13 +49,6 @@ libcclib.imp
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 SYSUTILS_DEPS_OS = $(DOSUNIT)$(PPUEXT) libc.pp
 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
 #debug, -a: dont delete asm, -al include lines
 #override FPCOPT+=-a
 #override FPCOPT+=-a
 #override FPCOPT+=-al
 #override FPCOPT+=-al

+ 0 - 7
rtl/openbsd/Makefile.fpc

@@ -73,13 +73,6 @@ SYSTEMUNIT=system
 LINUXUNIT=
 LINUXUNIT=
 PRT0=prt0
 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
 # OpenBSD defaults to libc, no syscalls
 ifeq ($(FPC_USE_SYSCALL),)
 ifeq ($(FPC_USE_SYSCALL),)
 override FPCOPT+=-dFPC_USE_LIBC
 override FPCOPT+=-dFPC_USE_LIBC

+ 0 - 7
rtl/os2/Makefile.fpc

@@ -57,13 +57,6 @@ ifndef FPC_DOTTEDUNITS
 RTLCONSTSUNIT=rtlconst
 RTLCONSTSUNIT=rtlconst
 endif
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/palmos/Makefile.fpc

@@ -54,13 +54,6 @@ UNITPREFIX=rtl
 SYSTEMUNIT=system
 SYSTEMUNIT=system
 PRT0=prt0
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/qnx/Makefile.fpc

@@ -39,13 +39,6 @@ SYSTEMUNIT=system
 SYSUTILSDIR=$(POSIXINC)
 SYSUTILSDIR=$(POSIXINC)
 SYSUTILS_DEPS_OS = $(DOSUNIT)$(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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/sinclairql/Makefile.fpc

@@ -40,13 +40,6 @@ UNITPREFIX=rtl
 LOADERS=
 LOADERS=
 SYSTEMUNIT=system
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/solaris/Makefile.fpc

@@ -79,13 +79,6 @@ SYSINIT_UNITS=   # si_prc si_c si_dll
 endif
 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
 # Solaris requires libc, no syscalls
 override FPCOPT+=-dFPC_USE_LIBC
 override FPCOPT+=-dFPC_USE_LIBC
 
 

+ 0 - 7
rtl/watcom/Makefile.fpc

@@ -54,13 +54,6 @@ endif
 DOS_DEPS_OS=$(STRINGSUNIT)$(PPUEXT)
 DOS_DEPS_OS=$(STRINGSUNIT)$(PPUEXT)
 SYSUTILS_DEPS_OS=$(DOSUNIT)$(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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 
 

+ 0 - 7
rtl/wince/Makefile.fpc

@@ -61,13 +61,6 @@ CPU_DEPS_CPU=$(SYSUTILSUNIT)$(PPUEXT)
 MMX_DEPS_CPU=$(CPUUNIT)$(PPUEXT) 
 MMX_DEPS_CPU=$(CPUUNIT)$(PPUEXT) 
 endif
 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
 # Paths
 OBJPASDIR=$(RTL)/objpas
 OBJPASDIR=$(RTL)/objpas
 GRAPHDIR=$(INC)/graph
 GRAPHDIR=$(INC)/graph