Remove obsolete -DNOMOUSE (used only in packages/rtl-console)

git-svn-id: trunk@39428 -
This commit is contained in:
pierre 2018-07-10 10:25:58 +00:00
parent 5d54c99565
commit 81a14c5a5a
12 changed files with 10 additions and 18 deletions

View File

@ -353,7 +353,7 @@ endif
ifdef RELEASE
override FPCOPT+=-Ur
endif
override FPCOPT+=-dFPC_USE_LIBC -dNOMOUSE
override FPCOPT+=-dFPC_USE_LIBC
OBJPASDIR=$(RTL)/objpas
GRAPHDIR=$(INC)/graph
ifndef USELIBGGI

View File

@ -85,8 +85,8 @@ ifdef RELEASE
override FPCOPT+=-Ur
endif
# AIX requires libc, no syscalls, no mouse
override FPCOPT+=-dFPC_USE_LIBC -dNOMOUSE
# AIX requires libc, no syscalls
override FPCOPT+=-dFPC_USE_LIBC
# Paths
OBJPASDIR=$(RTL)/objpas

View File

@ -351,7 +351,6 @@ UNIXINC=$(RTL)/unix
UNITPREFIX=rtl
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
SYSTEMUNIT=system
override FPCOPT+=-dNOMOUSE
else
SYSTEMUNIT="Error: Darwin is not supported for 1.0"
endif

View File

@ -73,7 +73,6 @@ UNITPREFIX=rtl
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
SYSTEMUNIT=system
override FPCOPT+=-dNOMOUSE
else
SYSTEMUNIT="Error: Darwin is not supported for 1.0"
endif

View File

@ -346,11 +346,10 @@ UNITPREFIX=rtl
CPU_UNITS=
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
SYSTEMUNIT=system
override FPCOPT+=-dNOMOUSE
loaders+=gprt0
else
SYSTEMUNIT=sysbsd
override FPCOPT+=-dUNIX -dNOMOUSE
override FPCOPT+=-dUNIX
endif
ifeq ($(ARCH),x86_64)
CPU_UNITS=x86 ports cpu

View File

@ -69,11 +69,10 @@ CPU_UNITS=
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
SYSTEMUNIT=system
override FPCOPT+=-dNOMOUSE
loaders+=gprt0
else
SYSTEMUNIT=sysbsd
override FPCOPT+=-dUNIX -dNOMOUSE
override FPCOPT+=-dUNIX
endif
ifeq ($(ARCH),x86_64)

View File

@ -346,11 +346,10 @@ UNITPREFIX=rtl
CPU_UNITS=
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
SYSTEMUNIT=system
override FPCOPT+=-dNOMOUSE
loaders+=gprt0
else
SYSTEMUNIT=sysbsd
override FPCOPT+=-dUNIX -dNOMOUSE
override FPCOPT+=-dUNIX
endif
ifeq ($(ARCH),i386)
CPU_UNITS=x86 ports cpu mmx

View File

@ -69,11 +69,10 @@ CPU_UNITS=
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
SYSTEMUNIT=system
override FPCOPT+=-dNOMOUSE
loaders+=gprt0
else
SYSTEMUNIT=sysbsd
override FPCOPT+=-dUNIX -dNOMOUSE
override FPCOPT+=-dUNIX
endif
ifeq ($(ARCH),i386)

View File

@ -346,7 +346,6 @@ TARGETPROCINC=$(RTL)/netbsd/$(CPU_TARGET)
SYSTEMUNIT=system
LINUXUNIT=
PRT0=prt0
override FPCOPT+=-dNOMOUSE
ifdef RELEASE
override FPCOPT+=-Ur
endif

View File

@ -68,7 +68,6 @@ TARGETPROCINC=$(RTL)/netbsd/$(CPU_TARGET)
SYSTEMUNIT=system
LINUXUNIT=
PRT0=prt0
override FPCOPT+=-dNOMOUSE
# Use new feature from 1.0.5 version
# that generates release PPU files

View File

@ -353,7 +353,7 @@ endif
ifdef RELEASE
override FPCOPT+=-Ur
endif
override FPCOPT+=-dFPC_USE_LIBC -dNOMOUSE
override FPCOPT+=-dFPC_USE_LIBC
OBJPASDIR=$(RTL)/objpas
GRAPHDIR=$(INC)/graph
ifndef USELIBGGI

View File

@ -85,8 +85,8 @@ ifdef RELEASE
override FPCOPT+=-Ur
endif
# Solaris requires libc, no syscalls, no mouse
override FPCOPT+=-dFPC_USE_LIBC -dNOMOUSE
# Solaris requires libc, no syscalls
override FPCOPT+=-dFPC_USE_LIBC
# Paths
OBJPASDIR=$(RTL)/objpas