diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-07 22:33:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-07 22:33:48 +0000 |
commit | 5a298d2d9c2cf09936f8380963173e6b66249207 (patch) | |
tree | 076dd5b5daaad77f5017c9422212dcd09ee99846 /binutils/binutils.texi | |
parent | fa19fce00328512d4e0e86da9fa7ca4487997c7c (diff) | |
download | gdb-5a298d2d9c2cf09936f8380963173e6b66249207.zip gdb-5a298d2d9c2cf09936f8380963173e6b66249207.tar.gz gdb-5a298d2d9c2cf09936f8380963173e6b66249207.tar.bz2 |
Apply Mumit Khan's patch to allow temporary file for process interconnection
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 8ef446d..ff87412 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -2140,6 +2140,17 @@ Specify the default language to use when reading an @code{rc} file. @var{val} should be a hexadecimal language code. The low eight bits are the language, and the high eight bits are the sublanguage. +@item --use-temp-file +Use a temporary file to instead of using popen to read the output of +the preprocessor. Use this option if the popen implementation is buggy +on the host (eg., certain non-English language versions of Windows 95 and +Windows 98 are known to have buggy popen where the output will instead +go the console). + +@item --no-use-temp-file +Use popen, not a temporary file, to read the output of the preprocessor. +This is the default behaviour. + @item --help Prints a usage summary. |