diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-03 00:49:41 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-03 00:49:41 +0000 |
commit | 59b2e97dd48b2d7ff5e8fd7043d19a288b75f5bc (patch) | |
tree | 7169e79d6b53e39c6c7c44e956351b16cf2ef9b6 /gcc/configure.in | |
parent | d4e27e31a262a219d4b0e2b41ecf8505d0506f75 (diff) | |
download | gcc-59b2e97dd48b2d7ff5e8fd7043d19a288b75f5bc.tar.gz |
* configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
compilation for solaris versions 2.7 and greater.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36696 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 557f2357ed6..31cf96e0a77 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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]) |