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> 2000-10-02 David O'Brien <obrien@dragon.nuxi.com>
* config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define. * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
......
...@@ -3525,20 +3525,21 @@ changequote([,])dnl ...@@ -3525,20 +3525,21 @@ changequote([,])dnl
tmake_file=sparc/t-sol2 tmake_file=sparc/t-sol2
xmake_file=sparc/x-sysv4 xmake_file=sparc/x-sysv4
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"
case $machine in # At the moment, 32-to-64 cross compilation doesn't work.
changequote(,)dnl # case $machine in
*-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;; #changequote(,)dnl
changequote([,])dnl # *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
*-*-solaris2*) #changequote([,])dnl
if test x$gnu_ld = xyes # *-*-solaris2*)
then # if test x$gnu_ld = xyes
tm_file=sparc/sol2-64.h # then
else # tm_file=sparc/sol2-64.h
tm_file=sparc/sol2-sld-64.h # else
fi # tm_file=sparc/sol2-sld-64.h
tmake_file="$tmake_file sparc/t-sol2-64" # fi
;; # tmake_file="$tmake_file sparc/t-sol2-64"
esac # ;;
# esac
case $machine in case $machine in
changequote(,)dnl changequote(,)dnl
*-*-solaris2.[0-4]) *-*-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