summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-07-10 10:25:58 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-07-10 10:25:58 +0000
commit6212514177947712e2c393d244bdebd96a4f92c1 (patch)
tree778702daff3f3fd0495a7d9b88c7d38877a88b59
parentb3cfa944c5d9ba7b9f963d772efe270d8c88dc8a (diff)
downloadfpc-6212514177947712e2c393d244bdebd96a4f92c1.tar.gz
Remove obsolete -DNOMOUSE (used only in packages/rtl-console)
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@39428 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--rtl/aix/Makefile2
-rw-r--r--rtl/aix/Makefile.fpc4
-rw-r--r--rtl/darwin/Makefile1
-rw-r--r--rtl/darwin/Makefile.fpc1
-rw-r--r--rtl/dragonfly/Makefile3
-rw-r--r--rtl/dragonfly/Makefile.fpc3
-rw-r--r--rtl/freebsd/Makefile3
-rw-r--r--rtl/freebsd/Makefile.fpc3
-rw-r--r--rtl/netbsd/Makefile1
-rw-r--r--rtl/netbsd/Makefile.fpc1
-rw-r--r--rtl/solaris/Makefile2
-rw-r--r--rtl/solaris/Makefile.fpc4
12 files changed, 10 insertions, 18 deletions
diff --git a/rtl/aix/Makefile b/rtl/aix/Makefile
index 5ba0417469..a14197367d 100644
--- a/rtl/aix/Makefile
+++ b/rtl/aix/Makefile
@@ -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
diff --git a/rtl/aix/Makefile.fpc b/rtl/aix/Makefile.fpc
index 7de7611635..dc14db49a0 100644
--- a/rtl/aix/Makefile.fpc
+++ b/rtl/aix/Makefile.fpc
@@ -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
diff --git a/rtl/darwin/Makefile b/rtl/darwin/Makefile
index f9165cf0aa..624dfe7ae0 100644
--- a/rtl/darwin/Makefile
+++ b/rtl/darwin/Makefile
@@ -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
diff --git a/rtl/darwin/Makefile.fpc b/rtl/darwin/Makefile.fpc
index e1f502ffcb..b30629a69c 100644
--- a/rtl/darwin/Makefile.fpc
+++ b/rtl/darwin/Makefile.fpc
@@ -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
diff --git a/rtl/dragonfly/Makefile b/rtl/dragonfly/Makefile
index c3459e85ab..53565146ca 100644
--- a/rtl/dragonfly/Makefile
+++ b/rtl/dragonfly/Makefile
@@ -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
diff --git a/rtl/dragonfly/Makefile.fpc b/rtl/dragonfly/Makefile.fpc
index 2ba7da6abf..43836479e2 100644
--- a/rtl/dragonfly/Makefile.fpc
+++ b/rtl/dragonfly/Makefile.fpc
@@ -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)
diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile
index 1890448744..8fe56cc881 100644
--- a/rtl/freebsd/Makefile
+++ b/rtl/freebsd/Makefile
@@ -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
diff --git a/rtl/freebsd/Makefile.fpc b/rtl/freebsd/Makefile.fpc
index c197052b20..8ca749ec29 100644
--- a/rtl/freebsd/Makefile.fpc
+++ b/rtl/freebsd/Makefile.fpc
@@ -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)
diff --git a/rtl/netbsd/Makefile b/rtl/netbsd/Makefile
index edadc5effc..348063f4c0 100644
--- a/rtl/netbsd/Makefile
+++ b/rtl/netbsd/Makefile
@@ -346,7 +346,6 @@ TARGETPROCINC=$(RTL)/netbsd/$(CPU_TARGET)
SYSTEMUNIT=system
LINUXUNIT=
PRT0=prt0
-override FPCOPT+=-dNOMOUSE
ifdef RELEASE
override FPCOPT+=-Ur
endif
diff --git a/rtl/netbsd/Makefile.fpc b/rtl/netbsd/Makefile.fpc
index 85448f5b57..192fb2989f 100644
--- a/rtl/netbsd/Makefile.fpc
+++ b/rtl/netbsd/Makefile.fpc
@@ -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
diff --git a/rtl/solaris/Makefile b/rtl/solaris/Makefile
index c9ef7f512c..4d8916c236 100644
--- a/rtl/solaris/Makefile
+++ b/rtl/solaris/Makefile
@@ -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
diff --git a/rtl/solaris/Makefile.fpc b/rtl/solaris/Makefile.fpc
index 999c7d0371..9575b848fe 100644
--- a/rtl/solaris/Makefile.fpc
+++ b/rtl/solaris/Makefile.fpc
@@ -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