Commit 7112135f by Alexandre Oliva Committed by Alexandre Oliva

* config.gcc: Re-enable bi-arch sparc on Solaris 7 and above.

From-SVN: r43106
parent 4173be7f
2001-06-09 Alexandre Oliva <aoliva@redhat.com>
* config.gcc: Re-enable bi-arch sparc on Solaris 7 and above.
2001-06-09 Peter Jakubek <pjak@snafu.de> 2001-06-09 Peter Jakubek <pjak@snafu.de>
* config/m68k/m68k.md (ashrdi_const): Fix right shift by 16. * config/m68k/m68k.md (ashrdi_const): Fix right shift by 16.
......
...@@ -2946,19 +2946,18 @@ sparc-*-solaris2*) ...@@ -2946,19 +2946,18 @@ sparc-*-solaris2*)
tmake_file="$tmake_file t-slibgcc-sld" tmake_file="$tmake_file t-slibgcc-sld"
fi fi
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
# At the moment, 32-to-64 cross compilation doesn't work. case $machine in
# case $machine in *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
# *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;; *-*-solaris2*)
# *-*-solaris2*) if test x$gnu_ld = xyes
# if test x$gnu_ld = xyes then
# then tm_file=sparc/sol2-64.h
# tm_file=sparc/sol2-64.h else
# else tm_file=sparc/sol2-sld-64.h
# tm_file=sparc/sol2-sld-64.h fi
# fi tmake_file="$tmake_file sparc/t-sol2-64"
# tmake_file="$tmake_file sparc/t-sol2-64" ;;
# ;; esac
# esac
case $machine in case $machine in
*-*-solaris2.[0-4]) *-*-solaris2.[0-4])
float_format=i128 float_format=i128
......
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