From 367b55f3d8616168d95f009f4b121d7a91cdd833 Mon Sep 17 00:00:00 2001 From: ro Date: Mon, 11 Jul 2011 16:39:57 +0000 Subject: * configure.ac (i?86-*-solaris2*): Use libgcc copy of i386/t-crtstuff. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176163 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libgcc/configure') diff --git a/libgcc/configure b/libgcc/configure index 45fe914ddf9..9845eadb65a 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -3826,9 +3826,7 @@ EOF ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then - # configure expects config files in libgcc/config, so need a relative - # path here. - tmake_file="${tmake_file} ../../gcc/config/i386/t-crtstuff" + tmake_file="${tmake_file} i386/t-crtstuff" fi ;; esac -- cgit v1.2.1