summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2007-09-20 21:56:16 +0000
committerDJ Delorie <dj@delorie.com>2007-09-20 21:56:16 +0000
commit3231c155f0a2f82a615a9e1cd4f84d11375ed90d (patch)
tree2bbeb4caccac94001f599977ef0ba373bb5f0342 /configure
parenta7b42ba3a60507e968fc7cf58b69a0686a8d3a5f (diff)
downloadbinutils-redhat-3231c155f0a2f82a615a9e1cd4f84d11375ed90d.tar.gz
Merge from gcc:
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e894cf0b6e..eca027f19e 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