diff options
author | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
commit | b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180 (patch) | |
tree | f6b0610f4a17fd26aa234354f050080f789861a4 /contrib/gcc/doc/compat.texi | |
parent | 52e69d78eee5612ac195e0701a5cebe40d1ab0e1 (diff) | |
download | FreeBSD-src-b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180.zip FreeBSD-src-b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180.tar.gz |
Gcc 3.3.1-pre as of 2003-07-11.
Diffstat (limited to 'contrib/gcc/doc/compat.texi')
-rw-r--r-- | contrib/gcc/doc/compat.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/doc/compat.texi b/contrib/gcc/doc/compat.texi index 3c2931b..274368a 100644 --- a/contrib/gcc/doc/compat.texi +++ b/contrib/gcc/doc/compat.texi @@ -130,11 +130,11 @@ C++ library. This requires specifying the location of the C++ library header files when invoking the compiler whose usual library is not being used. The location of GCC's C++ header files depends on how the GCC build was configured, but can be seen by using the G++ @option{-v} option. -With default configuration options for G++ 3.2 the compile line for a +With default configuration options for G++ 3.3 the compile line for a different C++ compiler needs to include @example - -I@var{gcc_install_directory}/include/c++/3.2 + -I@var{gcc_install_directory}/include/c++/3.3 @end example Similarly, compiling code with G++ that must use a C++ library other |