Commit b595b1a1 by Rainer Orth Committed by Rainer Orth

configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if appropriate.

	* configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
	appropriate.
	* configure: Regenerate.

From-SVN: r167696
parent 638cd7aa
2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
appropriate.
* configure: Regenerate.
2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
......
......@@ -3754,7 +3754,7 @@ esac
# Link with -nostartfiles -nodefaultlibs since neither are present while
# building libgcc.
case ${host} in
i?86-*-solaris2.1[0-9]*)
i?86-*-solaris2*)
cat > conftest.s <<EOF
.section .eh_frame,"a",@unwind
.zero 4
......
......@@ -169,7 +169,7 @@ esac
# Link with -nostartfiles -nodefaultlibs since neither are present while
# building libgcc.
case ${host} in
i?86-*-solaris2.1[[0-9]]*)
i?86-*-solaris2*)
cat > conftest.s <<EOF
.section .eh_frame,"a",@unwind
.zero 4
......
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