summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-04-02 06:41:09 +0000
committerOliver Bolte <obo@openoffice.org>2003-04-02 06:41:09 +0000
commitda22d91d2ca1ddab1f752dc858edd8e3a0512fae (patch)
tree26d8ba9affdab5987cc9928c039da614f4b63d69 /xmlhelp
parentf2fbf8550b50eed7512d3299112bad47162a07a7 (diff)
#100000# rtti flag for gcc obsolete
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/makefile.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk
index 885d4d7b03d2..e8fbaf5d87eb 100644
--- a/xmlhelp/source/cxxhelp/provider/makefile.mk
+++ b/xmlhelp/source/cxxhelp/provider/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: hjs $ $Date: 2002-09-09 11:15:32 $
+# last change: $Author: obo $ $Date: 2003-04-02 07:41:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,10 +79,6 @@ CFLAGS += -DHAVE_EXPAT_H
CFLAGS+=-GR
.ENDIF
-.IF "$(COM)"=="GCC"
-CFLAGSCXX+=-frtti
-.ENDIF
-
# --- General -----------------------------------------------------