From 9d5a3c4a2f7e312f5ff6f15b9e380a21867f28b3 Mon Sep 17 00:00:00 2001 From: aldyh Date: Tue, 21 Feb 2006 21:53:21 +0000 Subject: [PATCH] PR libgomp/26234 * doc/install.texi (Configuration): Document --disable-libgomp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111345 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 69acf000f77..9f49570ba8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-02-21 Aldy Hernandez + + PR libgomp/26234 + * doc/install.texi (Configuration): Document --disable-libgomp. + 2006-02-21 Geoffrey Keating * config/i386/darwin.h (DWARF2_FRAME_REG_OUT): New. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 846323fce34..08878408d27 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. -- 2.11.4.GIT