mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
638cd7aa8d
commit
b595b1a11e
|
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
|
||||||
|
|
||||||
* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
|
* 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
|
# Link with -nostartfiles -nodefaultlibs since neither are present while
|
||||||
# building libgcc.
|
# building libgcc.
|
||||||
case ${host} in
|
case ${host} in
|
||||||
i?86-*-solaris2.1[0-9]*)
|
i?86-*-solaris2*)
|
||||||
cat > conftest.s <<EOF
|
cat > conftest.s <<EOF
|
||||||
.section .eh_frame,"a",@unwind
|
.section .eh_frame,"a",@unwind
|
||||||
.zero 4
|
.zero 4
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ esac
|
||||||
# Link with -nostartfiles -nodefaultlibs since neither are present while
|
# Link with -nostartfiles -nodefaultlibs since neither are present while
|
||||||
# building libgcc.
|
# building libgcc.
|
||||||
case ${host} in
|
case ${host} in
|
||||||
i?86-*-solaris2.1[[0-9]]*)
|
i?86-*-solaris2*)
|
||||||
cat > conftest.s <<EOF
|
cat > conftest.s <<EOF
|
||||||
.section .eh_frame,"a",@unwind
|
.section .eh_frame,"a",@unwind
|
||||||
.zero 4
|
.zero 4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue