diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-11 16:39:57 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-11 16:39:57 +0000 |
commit | 367b55f3d8616168d95f009f4b121d7a91cdd833 (patch) | |
tree | 474da00fbdf79ee758513e91dc5f34047473d188 /libgcc/configure | |
parent | f95ce29605c800185cea8b19fefbbf1d72d1df1c (diff) | |
download | gcc-367b55f3d8616168d95f009f4b121d7a91cdd833.tar.gz |
* 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
Diffstat (limited to 'libgcc/configure')
-rw-r--r-- | libgcc/configure | 4 |
1 files changed, 1 insertions, 3 deletions
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 |