diff options
author | Bryce McKinlay <mckinlay@redhat.com> | 2005-11-25 03:36:13 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2005-11-25 03:36:13 +0000 |
commit | 409f11d57c5eba8447ae22875e741689f2082c84 (patch) | |
tree | e9848e788a8b5e1d816f5c485adc8195c67b265d /libjava/gij.cc | |
parent | 725cd7a8cc6a46fe73d7dfbfed69fb8b8bc22aca (diff) | |
download | gcc-409f11d57c5eba8447ae22875e741689f2082c84.zip gcc-409f11d57c5eba8447ae22875e741689f2082c84.tar.gz gcc-409f11d57c5eba8447ae22875e741689f2082c84.tar.bz2 |
gij.cc (nonstandard_opts_help): Add entry for -Xss.
2005-11-24 Bryce McKinlay <mckinlay@redhat.com>
* gij.cc (nonstandard_opts_help): Add entry for -Xss.
2005-11-24 Bryce McKinlay <mckinlay@redhat.com>
* gcj.texi (gij options): Add -Xss documentation.
From-SVN: r107480
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r-- | libjava/gij.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc index 7c8d8b4..44adea2 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -52,6 +52,7 @@ nonstandard_opts_help () { printf (" -Xms<size> set initial heap size\n"); printf (" -Xmx<size> set maximum heap size\n"); + printf (" -Xss<size> set thread stack size\n"); exit (0); } |