|
82.
|
|
|
-### Like -v but options quoted and commands not executed.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gcc.cc:3806
|
|
83.
|
|
|
-E Preprocess only; do not compile, assemble or link.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-E 前処理のみ行う。コンパイル、アセンブル、リンクは行わない
|
|
Translated by
Hiroshi Takekawa
|
|
|
|
Located in
gcc.cc:3807
|
|
84.
|
|
|
-S Compile only; do not assemble or link.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-S コンパイルのみ行う。アセンブル、リンクは行わない
|
|
Translated by
Hiroshi Takekawa
|
|
|
|
Located in
gcc.cc:3808
|
|
85.
|
|
|
-c Compile and assemble, but do not link.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-c コンパイル、アセンブルを行う。リンクは行わない
|
|
Translated by
Hiroshi Takekawa
|
|
|
|
Located in
gcc.cc:3809
|
|
86.
|
|
|
-o <file> Place the output into <file>.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-o <file> <file> に出力する
|
|
Translated by
Hiroshi Takekawa
|
|
|
|
Located in
gcc.cc:3810
|
|
87.
|
|
|
-pie Create a position independent executable.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gcc.c:3454
|
|
88.
|
|
|
-shared Create a shared library.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-shared 共有ライブラリを生成する
|
|
Translated by
Hiroshi Takekawa
|
|
|
|
Located in
gcc.cc:3813
|
|
89.
|
|
|
-x <language> Specify the language of the following input files.
Permissible languages include: c c++ assembler none
'none' means revert to the default behavior of
guessing the language based on the file's extension.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gcc.cc:3814
|
|
90.
|
|
|
Options starting with -g, -f, -m, -O, -W, or --param are automatically
passed on to the various sub-processes invoked by %s . In order to pass
other options on to these processes the -W<letter> options must be used.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-g, -f, -m, -O, -W で始まるオプションや、--param は %s が起動するあらゆる
子プロセスに自動的に渡されます。こういったプロセスにその他のオプションを渡す
には -W<letter> オプションを使わなければなりません。
|
|
Translated by
Yasuaki Taniguchi
|
|
|
|
Located in
gcc.c:3463
|
|
91.
|
|
|
Processing spec ( %s ), which is ' %s '
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
spec ( %s ) を処理中, これは ' %s ' です
|
|
Translated by
Hiroshi Takekawa
|
|
|
|
Located in
gcc.cc:6790
|