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
commit41304db18e26e6f4b63a7e458a7914bd0bd6416b (patch)
tree6846baa3a35713e400049eca03fced4b118c00dc /configure
parentec6f258137c48d22eb07bcea8f22afd6f99767ba (diff)
downloadgdb-41304db18e26e6f4b63a7e458a7914bd0bd6416b.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 e894cf0b6e0..eca027f19e3 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