aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-09-20 00:58:02 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-09-20 00:58:02 +0000
commit6d3b5aea0bf4c92befdc226bc85e0445a7b50c59 (patch)
tree533ea18c1a0fcce43981cea002efa5cc5f832cfd /configure.ac
parent50ae1194af6b61c2c69e825bdfd6920dbe78bd25 (diff)
downloadgcc-6d3b5aea0bf4c92befdc226bc85e0445a7b50c59.zip
gcc-6d3b5aea0bf4c92befdc226bc85e0445a7b50c59.tar.gz
gcc-6d3b5aea0bf4c92befdc226bc85e0445a7b50c59.tar.bz2
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.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a79abb6..6e490fc 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