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
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
|
||||
|
|
2
libgcc/configure
vendored
2
libgcc/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue