Commit 0a95276e by Jeff Law

Regenerated.

From-SVN: r20231
parent 202fe2d6
...@@ -3148,12 +3148,14 @@ for machine in $build $host $target; do ...@@ -3148,12 +3148,14 @@ for machine in $build $host $target; do
tm_file="${tm_file} m68k/auxas.h" tm_file="${tm_file} m68k/auxas.h"
fi fi
tm_file="${tm_file} m68k/a-ux.h" tm_file="${tm_file} m68k/a-ux.h"
float_format=m68k
;; ;;
m68k-apollo-*) m68k-apollo-*)
tm_file=m68k/apollo68.h tm_file=m68k/apollo68.h
xmake_file=m68k/x-apollo68 xmake_file=m68k/x-apollo68
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-altos-sysv*) # Altos 3068 m68k-altos-sysv*) # Altos 3068
if [ x$gas = xyes ] if [ x$gas = xyes ]
...@@ -3191,6 +3193,7 @@ for machine in $build $host $target; do ...@@ -3191,6 +3193,7 @@ for machine in $build $host $target; do
tmake_file=t-svr4 tmake_file=t-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-motorola-sysv*) m68k-motorola-sysv*)
tm_file=m68k/mot3300.h tm_file=m68k/mot3300.h
...@@ -3219,6 +3222,7 @@ for machine in $build $host $target; do ...@@ -3219,6 +3222,7 @@ for machine in $build $host $target; do
gdb_needs_out_file_path=yes gdb_needs_out_file_path=yes
extra_parts="crt0.o mcrt0.o" extra_parts="crt0.o mcrt0.o"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-ncr-sysv*) # NCR Tower 32 SVR3 m68k-ncr-sysv*) # NCR Tower 32 SVR3
tm_file=m68k/tower-as.h tm_file=m68k/tower-as.h
...@@ -3256,23 +3260,27 @@ for machine in $build $host $target; do ...@@ -3256,23 +3260,27 @@ for machine in $build $host $target; do
tmake_file=t-svr4 tmake_file=t-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-ccur-rtu) m68k-ccur-rtu)
tm_file=m68k/ccur-GAS.h tm_file=m68k/ccur-GAS.h
xmake_file=m68k/x-ccur xmake_file=m68k/x-ccur
extra_headers=math-68881.h extra_headers=math-68881.h
use_collect2=yes use_collect2=yes
float_format=m68k
;; ;;
m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
tm_file=m68k/hp3bsd44.h tm_file=m68k/hp3bsd44.h
xmake_file=m68k/x-hp3bsd44 xmake_file=m68k/x-hp3bsd44
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
tm_file=m68k/hp3bsd.h tm_file=m68k/hp3bsd.h
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-isi-bsd*) m68k-isi-bsd*)
if [ x$with_fp = xno ] if [ x$with_fp = xno ]
...@@ -3280,6 +3288,7 @@ for machine in $build $host $target; do ...@@ -3280,6 +3288,7 @@ for machine in $build $host $target; do
tm_file=m68k/isi-nfp.h tm_file=m68k/isi-nfp.h
else else
tm_file=m68k/isi.h tm_file=m68k/isi.h
float_format=m68k
fi fi
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
...@@ -3298,6 +3307,7 @@ for machine in $build $host $target; do ...@@ -3298,6 +3307,7 @@ for machine in $build $host $target; do
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-hp-hpux*) # HP 9000 series 300 m68k-hp-hpux*) # HP 9000 series 300
xm_file="xm_alloca.h ${xm_file}" xm_file="xm_alloca.h ${xm_file}"
...@@ -3313,11 +3323,13 @@ for machine in $build $host $target; do ...@@ -3313,11 +3323,13 @@ for machine in $build $host $target; do
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-sun-mach*) m68k-sun-mach*)
tm_file=m68k/sun3mach.h tm_file=m68k/sun3mach.h
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-sony-newsos3*) m68k-sony-newsos3*)
if [ x$gas = xyes ] if [ x$gas = xyes ]
...@@ -3328,6 +3340,7 @@ for machine in $build $host $target; do ...@@ -3328,6 +3340,7 @@ for machine in $build $host $target; do
fi fi
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-sony-bsd* | m68k-sony-newsos*) m68k-sony-bsd* | m68k-sony-newsos*)
if [ x$gas = xyes ] if [ x$gas = xyes ]
...@@ -3338,6 +3351,7 @@ for machine in $build $host $target; do ...@@ -3338,6 +3351,7 @@ for machine in $build $host $target; do
fi fi
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-next-nextstep2*) m68k-next-nextstep2*)
tm_file=m68k/next21.h tm_file=m68k/next21.h
...@@ -3347,6 +3361,7 @@ for machine in $build $host $target; do ...@@ -3347,6 +3361,7 @@ for machine in $build $host $target; do
extra_objs=nextstep.o extra_objs=nextstep.o
extra_headers=math-68881.h extra_headers=math-68881.h
use_collect2=yes use_collect2=yes
float_format=m68k
;; ;;
m68k-next-nextstep3*) m68k-next-nextstep3*)
tm_file=m68k/next.h tm_file=m68k/next.h
...@@ -3355,6 +3370,7 @@ for machine in $build $host $target; do ...@@ -3355,6 +3370,7 @@ for machine in $build $host $target; do
xmake_file=m68k/x-next xmake_file=m68k/x-next
extra_objs=nextstep.o extra_objs=nextstep.o
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
if [ x$enable_threads = xyes ]; then if [ x$enable_threads = xyes ]; then
thread_file='mach' thread_file='mach'
fi fi
...@@ -3365,6 +3381,7 @@ for machine in $build $host $target; do ...@@ -3365,6 +3381,7 @@ for machine in $build $host $target; do
tm_file=m68k/sun3n3.h tm_file=m68k/sun3n3.h
else else
tm_file=m68k/sun3o3.h tm_file=m68k/sun3o3.h
float_format=m68k
fi fi
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
...@@ -3375,6 +3392,7 @@ for machine in $build $host $target; do ...@@ -3375,6 +3392,7 @@ for machine in $build $host $target; do
tm_file=m68k/sun3n.h tm_file=m68k/sun3n.h
else else
tm_file=m68k/sun3.h tm_file=m68k/sun3.h
float_format=m68k
fi fi
use_collect2=yes use_collect2=yes
extra_headers=math-68881.h extra_headers=math-68881.h
...@@ -3384,16 +3402,19 @@ for machine in $build $host $target; do ...@@ -3384,16 +3402,19 @@ for machine in $build $host $target; do
tmake_file=m68k/t-vxworks68 tmake_file=m68k/t-vxworks68
extra_headers=math-68881.h extra_headers=math-68881.h
thread_file='vxworks' thread_file='vxworks'
float_format=m68k
;; ;;
m68k-*-aout*) m68k-*-aout*)
tmake_file=m68k/t-m68kbare tmake_file=m68k/t-m68kbare
tm_file="m68k/m68k-aout.h libgloss.h" tm_file="m68k/m68k-aout.h libgloss.h"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-*-coff*) m68k-*-coff*)
tmake_file=m68k/t-m68kbare tmake_file=m68k/t-m68kbare
tm_file="m68k/m68k-coff.h dbx.h libgloss.h" tm_file="m68k/m68k-coff.h dbx.h libgloss.h"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-*-lynxos*) m68k-*-lynxos*)
if [ x$gas = xyes ] if [ x$gas = xyes ]
...@@ -3406,12 +3427,14 @@ for machine in $build $host $target; do ...@@ -3406,12 +3427,14 @@ for machine in $build $host $target; do
xmake_file=x-lynx xmake_file=x-lynx
tmake_file=m68k/t-lynx tmake_file=m68k/t-lynx
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-*-netbsd*) m68k-*-netbsd*)
tm_file=m68k/netbsd.h tm_file=m68k/netbsd.h
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
float_format=m68k
;; ;;
m68k-*-sysv3*) # Motorola m68k's running system V.3 m68k-*-sysv3*) # Motorola m68k's running system V.3
xm_file="xm-alloca.h ${xm_file}" xm_file="xm-alloca.h ${xm_file}"
...@@ -3419,6 +3442,7 @@ for machine in $build $host $target; do ...@@ -3419,6 +3442,7 @@ for machine in $build $host $target; do
xmake_file=m68k/x-m68kv xmake_file=m68k/x-m68kv
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-*-sysv4*) # Motorola m68k's running system V.4 m68k-*-sysv4*) # Motorola m68k's running system V.4
tm_file=m68k/m68kv4.h tm_file=m68k/m68kv4.h
...@@ -3427,6 +3451,7 @@ for machine in $build $host $target; do ...@@ -3427,6 +3451,7 @@ for machine in $build $host $target; do
tmake_file=t-svr4 tmake_file=t-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-*-linux-gnuaout*) # Motorola m68k's running GNU/Linux m68k-*-linux-gnuaout*) # Motorola m68k's running GNU/Linux
# with a.out format # with a.out format
...@@ -3435,6 +3460,7 @@ for machine in $build $host $target; do ...@@ -3435,6 +3460,7 @@ for machine in $build $host $target; do
tmake_file="t-linux-aout m68k/t-linux-aout" tmake_file="t-linux-aout m68k/t-linux-aout"
fixincludes=Makefile.in # The headers are ok already. fixincludes=Makefile.in # The headers are ok already.
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
gnu_ld=yes gnu_ld=yes
;; ;;
m68k-*-linux-gnulibc1) # Motorola m68k's running GNU/Linux m68k-*-linux-gnulibc1) # Motorola m68k's running GNU/Linux
...@@ -3446,6 +3472,7 @@ for machine in $build $host $target; do ...@@ -3446,6 +3472,7 @@ for machine in $build $host $target; do
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
fixincludes=Makefile.in # The headers are ok already. fixincludes=Makefile.in # The headers are ok already.
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
gnu_ld=yes gnu_ld=yes
;; ;;
m68k-*-linux-gnu*) # Motorola m68k's running GNU/Linux m68k-*-linux-gnu*) # Motorola m68k's running GNU/Linux
...@@ -3457,6 +3484,7 @@ for machine in $build $host $target; do ...@@ -3457,6 +3484,7 @@ for machine in $build $host $target; do
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
fixincludes=Makefile.in # The headers are ok already. fixincludes=Makefile.in # The headers are ok already.
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
gnu_ld=yes gnu_ld=yes
if [ x$enable_threads = xyes ]; then if [ x$enable_threads = xyes ]; then
thread_file='posix' thread_file='posix'
...@@ -3466,11 +3494,13 @@ for machine in $build $host $target; do ...@@ -3466,11 +3494,13 @@ for machine in $build $host $target; do
tmake_file=m68k/t-m68kbare tmake_file=m68k/t-m68kbare
tm_file=m68k/m68k-psos.h tm_file=m68k/m68k-psos.h
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m68k-*-rtems*) m68k-*-rtems*)
tmake_file="m68k/t-m68kbare t-rtems" tmake_file="m68k/t-m68kbare t-rtems"
tm_file=m68k/rtems.h tm_file=m68k/rtems.h
extra_headers=math-68881.h extra_headers=math-68881.h
float_format=m68k
;; ;;
m88k-dg-dgux*) m88k-dg-dgux*)
...@@ -4257,7 +4287,7 @@ for machine in $build $host $target; do ...@@ -4257,7 +4287,7 @@ for machine in $build $host $target; do
fi fi
use_collect2=yes use_collect2=yes
;; ;;
rs6000-ibm-aix[456789].* | powerpc-ibm-aix[456789].*) rs6000-ibm-aix4.[12].* | powerpc-ibm-aix4.[12].*)
tm_file=rs6000/aix41.h tm_file=rs6000/aix41.h
if [ x$host != x$target ] if [ x$host != x$target ]
then then
...@@ -4265,7 +4295,29 @@ for machine in $build $host $target; do ...@@ -4265,7 +4295,29 @@ for machine in $build $host $target; do
else else
tmake_file=rs6000/t-newas tmake_file=rs6000/t-newas
fi fi
xmake_file=rs6000/x-aix31 xmake_file=rs6000/x-aix41
use_collect2=yes
;;
rs6000-ibm-aix4.[3456789].* | powerpc-ibm-aix4.[3456789].*)
tm_file=rs6000/aix43.h
if [ x$host != x$target ]
then
tmake_file=rs6000/t-xaix43
else
tmake_file=rs6000/t-aix43
fi
xmake_file=rs6000/x-aix43
use_collect2=yes
;;
rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
tm_file=rs6000/aix43.h
if [ x$host != x$target ]
then
tmake_file=rs6000/t-xaix43
else
tmake_file=rs6000/t-aix43
fi
xmake_file=rs6000/x-aix43
use_collect2=yes use_collect2=yes
;; ;;
rs6000-ibm-aix*) rs6000-ibm-aix*)
...@@ -5072,7 +5124,7 @@ fi ...@@ -5072,7 +5124,7 @@ fi
# Figure out what assembler alignment features are present. # Figure out what assembler alignment features are present.
echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6 echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
echo "configure:5076: checking assembler alignment features" >&5 echo "configure:5128: checking assembler alignment features" >&5
gcc_cv_as= gcc_cv_as=
gcc_cv_as_alignment_features= gcc_cv_as_alignment_features=
if [ -x as$host_exeext ]; then if [ -x as$host_exeext ]; then
......
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