Commit 72882e08 by Kaveh R. Ghazi Committed by Kaveh Ghazi

configure.in (sparc-*-solaris2*): Disable 32-to-64 cross compilation for solaris…

configure.in (sparc-*-solaris2*): Disable 32-to-64 cross compilation for solaris versions 2.7 and greater.

	* configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
	compilation for solaris versions 2.7 and greater.

From-SVN: r36696
parent 618ec0d7
2000-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
compilation for solaris versions 2.7 and greater.
2000-10-02 David O'Brien <obrien@dragon.nuxi.com>
* config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
......
......@@ -3525,20 +3525,21 @@ changequote([,])dnl
tmake_file=sparc/t-sol2
xmake_file=sparc/x-sysv4
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
case $machine in
changequote(,)dnl
*-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
changequote([,])dnl
*-*-solaris2*)
if test x$gnu_ld = xyes
then
tm_file=sparc/sol2-64.h
else
tm_file=sparc/sol2-sld-64.h
fi
tmake_file="$tmake_file sparc/t-sol2-64"
;;
esac
# At the moment, 32-to-64 cross compilation doesn't work.
# case $machine in
#changequote(,)dnl
# *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
#changequote([,])dnl
# *-*-solaris2*)
# if test x$gnu_ld = xyes
# then
# tm_file=sparc/sol2-64.h
# else
# tm_file=sparc/sol2-sld-64.h
# fi
# tmake_file="$tmake_file sparc/t-sol2-64"
# ;;
# esac
case $machine in
changequote(,)dnl
*-*-solaris2.[0-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