diff options
Diffstat (limited to 'gnu/egcs/gcc/invoke.texi')
-rw-r--r-- | gnu/egcs/gcc/invoke.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/egcs/gcc/invoke.texi b/gnu/egcs/gcc/invoke.texi index f86f3bddbd3..58a54b149f3 100644 --- a/gnu/egcs/gcc/invoke.texi +++ b/gnu/egcs/gcc/invoke.texi @@ -1211,10 +1211,10 @@ version 1 and version 2 are also incompatible (for classes with virtual bases defining virtual functions), all code must also be compiled with the same version. -On some targets (e.g. Linux/GNU), version 2 thunks are the default. On these -targets, no option or -fvtable-thunks will produce version 2 thunks. On -all other targets, not giving the option will use the traditional -implementation, and -fvtable-thunks will produce version 2 thunks. +In this version of gcc, there are no targets for which version 2 thunks +are the default. On all targets, not giving the option will use the +traditional implementation, and -fvtable-thunks will produce version 2 +thunks. @item -nostdinc++ Do not search for header files in the standard directories specific to |