diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-28 02:56:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-28 02:56:14 +0000 |
commit | 90e05c564745d5a1eb812a1e38b55823fc95ad8f (patch) | |
tree | d2dcfaa22b901cf28e16c60fb8322b4004fd83f1 /include | |
parent | d9ebddc1b20c3ea3f300b8e01b0dcfbdbcb8db69 (diff) | |
download | ATCD-90e05c564745d5a1eb812a1e38b55823fc95ad8f.tar.gz |
rtti=0 is now supported on OSF1-4.0
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 3 |
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 |