aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2006-02-21 21:53:21 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2006-02-21 21:53:21 +0000
commit4fe7a8bcef7a8ac21c531f0ef7e85b358c21cc0c (patch)
tree9a779b3429f0c035783a6caac5a34036c6535bf0 /gcc/doc
parent6070e8e5e3237861c3f687a048065090a0455e97 (diff)
downloadgcc-4fe7a8bcef7a8ac21c531f0ef7e85b358c21cc0c.zip
gcc-4fe7a8bcef7a8ac21c531f0ef7e85b358c21cc0c.tar.gz
gcc-4fe7a8bcef7a8ac21c531f0ef7e85b358c21cc0c.tar.bz2
re PR libgomp/26234 (--disable-libgomp is not documented)
PR libgomp/26234 * doc/install.texi (Configuration): Document --disable-libgomp. From-SVN: r111345
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 846323f..0887840 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1105,6 +1105,9 @@ should not be built.
Specify that the run-time libraries for arch and gcc specific math
functions should not be built.
+@item --disable-libgomp
+Specify that the run-time libraries used by GOMP should not be built.
+
@item --with-dwarf2
Specify that the compiler should
use DWARF 2 debugging information as the default.