aboutsummaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 27edacd..4e7747d 100755
--- a/configure
+++ b/configure
@@ -1865,6 +1865,7 @@ target_libraries="target-libgcc \
target-libiberty \
target-libgloss \
target-newlib \
+ target-libgomp \
target-libstdc++-v3 \
target-libmudflap \
target-libssp \
@@ -1872,8 +1873,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