summaryrefslogtreecommitdiff
path: root/packages/gdbint/Makefile
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-01-27 12:30:35 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-01-27 12:30:35 +0000
commitd30cbdd29a4c79695884dae3603371575da39776 (patch)
tree6f0475fd7a6441ab69db7b6ccfda8ae03a123110 /packages/gdbint/Makefile
parent28dc8e77b15a63bc0180eeadde8c96b511a76739 (diff)
downloadfpc-d30cbdd29a4c79695884dae3603371575da39776.tar.gz
+ add NO_GDBLIBINC variable to be able to disable use of -dUSE_GDBLIBINC
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14813 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/gdbint/Makefile')
-rw-r--r--packages/gdbint/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gdbint/Makefile b/packages/gdbint/Makefile
index eb42834e7f..2d68cfd381 100644
--- a/packages/gdbint/Makefile
+++ b/packages/gdbint/Makefile
@@ -293,6 +293,10 @@ else
GDBLIBINCFOUND=1
GDBLIBINCCOND=-dUSE_GDBLIBINC
endif
+ifdef NO_GDBLIBINC
+GDBLIBINCFOUND=0
+GDBLIBINCCOND=
+endif
endif
ifeq ($(FULL_TARGET),i386-linux)
override TARGET_UNITS+=gdbint gdbcon