diff options
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/hostconfig.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi index 98dadaf..1c97ac2 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -208,11 +208,6 @@ initialization when @code{collect2} is being initialized. If defined, a C statement (sans semicolon) that performs host-dependent initialization when a compilation driver is being initialized. -@item SMALL_ARG_MAX -Define this macro if the host system has a small limit on the total -size of an argument vector. This causes the driver to take more care -not to pass unnecessary arguments to subprocesses. - @item HOST_LONG_LONG_FORMAT If defined, the string used to indicate an argument of type @code{long long} to functions like @code{printf}. The default value is |