diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2007-09-20 00:58:02 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-09-20 00:58:02 +0000 |
commit | 6d3b5aea0bf4c92befdc226bc85e0445a7b50c59 (patch) | |
tree | 533ea18c1a0fcce43981cea002efa5cc5f832cfd /configure.ac | |
parent | 50ae1194af6b61c2c69e825bdfd6920dbe78bd25 (diff) | |
download | gcc-6d3b5aea0bf4c92befdc226bc85e0445a7b50c59.tar.gz |
configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before libstdc++.
2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
libstdc++.
* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r128613
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a79abb66bc6..6e490fc3f47 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,7 @@ target_libraries="target-libgcc \ target-libiberty \ target-libgloss \ target-newlib \ + target-libgomp \ target-libstdc++-v3 \ target-libmudflap \ target-libssp \ @@ -183,8 +184,7 @@ target_libraries="target-libgcc \ target-boehm-gc \ ${libgcj} \ target-libobjc \ - target-libada \ - target-libgomp" + target-libada" # these tools are built using the target libraries, and are intended to # run only in the target environment |