summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-28 02:56:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-28 02:56:14 +0000
commit90e05c564745d5a1eb812a1e38b55823fc95ad8f (patch)
treed2dcfaa22b901cf28e16c60fb8322b4004fd83f1 /include
parentd9ebddc1b20c3ea3f300b8e01b0dcfbdbcb8db69 (diff)
downloadATCD-90e05c564745d5a1eb812a1e38b55823fc95ad8f.tar.gz
rtti=0 is now supported on OSF1-4.0
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 42558c79bb5..9608b4ac408 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -30,8 +30,7 @@
# repo Use GNU template repository (g++ with repo patches and
# egcs only).
# rtti Enable run-time type identification. On some platforms,
-# it is enabled by default, so this is ignored. It is
-# only currently supported with Sun C++.
+# it is enabled by default, so this is ignored.
# shared_libs Build shared libraries. Ignored if static_libs_only is set.
# static_libs Build shared libraries. Ignored if shared_libs_only is set.
# shared_libs_only Only build shared libraries. Ignored if no SHLIBs are