From cff87f51a5dfe9528485dfb9599a5a8d7490e648 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 20 Sep 2007 21:56:16 +0000 Subject: Merge from gcc: 2007-09-19 Benjamin Kosnik * 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. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e894cf0..eca027f 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 -- cgit v1.1