diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-16 02:57:41 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-16 02:57:41 +0000 |
commit | aeda7a788d338028c3db17c9f8d8139ebb14fe3b (patch) | |
tree | c67ba48d7e848b21164e00f891efbcbd5e25b54c /libgomp/configure.ac | |
parent | 148ac870805093583dfe23b63d8e87b6eb9f7e8b (diff) | |
download | gcc-aeda7a788d338028c3db17c9f8d8139ebb14fe3b.tar.gz |
* configure: Rebuilt.
* configure.ac: Fixed comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.ac')
-rw-r--r-- | libgomp/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac index e42faccc391..f0b15ed7493 100644 --- a/libgomp/configure.ac +++ b/libgomp/configure.ac @@ -64,7 +64,6 @@ target_alias=${target_alias-$host_alias} # we can do about that; they come from AC_INIT). # foreign: we don't follow the normal rules for GNU packages (no COPYING # file in the top srcdir, etc, etc), so stop complaining. -# no-dependencies: turns off auto dependency generation (just for now) # -Wall: turns on all automake warnings... # -Wno-portability: ...except this one, since GNU make is required. # -Wno-override: ... and this one, since we do want this in testsuite. |