Commit 4a8bb046 by Rainer Orth Committed by Rainer Orth

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
parent feffaec4
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.
* Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
variables.
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment