configure.ac (i?86-*-solaris2*): Use libgcc copy of i386/t-crtstuff.

* configure.ac (i?86-*-solaris2*): Use libgcc copy of
	i386/t-crtstuff.
	* configure: Regenerate.

From-SVN: r176163
This commit is contained in:
Rainer Orth 2011-07-11 16:39:57 +00:00 committed by Rainer Orth
parent feffaec40f
commit 4a8bb046a3
3 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (i?86-*-solaris2*): Use libgcc copy of
i386/t-crtstuff.
* configure: Regenerate.
2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* dfp-bit.c, dfp-bit.h: New files.

4
libgcc/configure vendored
View File

@ -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

View File

@ -215,9 +215,7 @@ i?86-*-solaris2* | x86_64-*-solaris2.1[[0-9]]*)
.zero 8
EOF
if AC_TRY_COMMAND(${CC-cc} -shared -nostartfiles -nodefaultlibs -o conftest.so conftest.s 1>&AS_MESSAGE_LOG_FD); 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