aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/doc/install.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/doc/install.texi')
-rw-r--r--gcc-4.4.3/gcc/doc/install.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/doc/install.texi b/gcc-4.4.3/gcc/doc/install.texi
index fe45f893c..b2f6c4c93 100644
--- a/gcc-4.4.3/gcc/doc/install.texi
+++ b/gcc-4.4.3/gcc/doc/install.texi
@@ -1112,6 +1112,11 @@ of the arguments depend on the target.
Specify if the compiler should default to @option{-marm} or @option{-mthumb}.
This option is only supported on ARM targets.
+@item --with-fpmath=sse
+Specify if the compiler should default to @option{-msse2} and
+@option{-mfpmath=sse}. This option is only supported on i386 and
+x86-64 targets.
+
@item --with-divide=@var{type}
Specify how the compiler should generate code for checking for
division by zero. This option is only supported on the MIPS target.