Commit e47f44f4 by Richard Kenner

(*-*-netbsd): Restore changes of Apr 13th lost in autoconf conversion:

tmake_file now t-netbsd; delete xmake_file.

From-SVN: r14182
parent b52fbc26
...@@ -658,8 +658,7 @@ for machine in $build $host $target; do ...@@ -658,8 +658,7 @@ for machine in $build $host $target; do
xm_file=i386/xm-netbsd.h xm_file=i386/xm-netbsd.h
# On NetBSD, the headers are already okay. # On NetBSD, the headers are already okay.
fixincludes=Makefile.in fixincludes=Makefile.in
tmake_file=t-libc-ok tmake_file=t-netbsd
xmake_file=x-netbsd
;; ;;
i[[3456]]86-*-coff*) i[[3456]]86-*-coff*)
tm_file=i386/i386-coff.h tm_file=i386/i386-coff.h
...@@ -1297,8 +1296,7 @@ for machine in $build $host $target; do ...@@ -1297,8 +1296,7 @@ for machine in $build $host $target; do
xm_file=m68k/xm-netbsd.h xm_file=m68k/xm-netbsd.h
# On NetBSD, the headers are already okay. # On NetBSD, the headers are already okay.
fixincludes=Makefile.in fixincludes=Makefile.in
tmake_file=t-libc-ok tmake_file=t-netbsd
xmake_file=x-netbsd
;; ;;
m68k-*-sysv3*) # Motorola m68k's running system V.3 m68k-*-sysv3*) # Motorola m68k's running system V.3
xm_file=m68k/xm-m68kv.h xm_file=m68k/xm-m68kv.h
...@@ -1582,9 +1580,9 @@ for machine in $build $host $target; do ...@@ -1582,9 +1580,9 @@ for machine in $build $host $target; do
mips-dec-netbsd*) # Decstation running NetBSD mips-dec-netbsd*) # Decstation running NetBSD
tm_file=mips/netbsd.h tm_file=mips/netbsd.h
xm_file=mips/xm-netbsd.h xm_file=mips/xm-netbsd.h
xmake_file=x-netbsd # On NetBSD, the headers are already okay.
tmake_file=t-libc-ok
fixincludes=Makefile.in fixincludes=Makefile.in
tmake_file=t-netbsd
prefix=$native_prefix prefix=$native_prefix
;; ;;
mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news. mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
...@@ -1906,10 +1904,9 @@ for machine in $build $host $target; do ...@@ -1906,10 +1904,9 @@ for machine in $build $host $target; do
ns32k-pc532-netbsd*) ns32k-pc532-netbsd*)
tm_file=ns32k/netbsd.h tm_file=ns32k/netbsd.h
xm_file=ns32k/xm-netbsd.h xm_file=ns32k/xm-netbsd.h
tmake_file=t-libc-ok
# On NetBSD, the headers are already okay. # On NetBSD, the headers are already okay.
fixincludes=Makefile.in fixincludes=Makefile.in
xmake_file=x-netbsd tmake_file=t-netbsd
;; ;;
pdp11-*-bsd) pdp11-*-bsd)
tm_file="${tm_file} pdp11/2bsd.h" tm_file="${tm_file} pdp11/2bsd.h"
...@@ -2129,8 +2126,7 @@ for machine in $build $host $target; do ...@@ -2129,8 +2126,7 @@ for machine in $build $host $target; do
xm_file=sparc/xm-netbsd.h xm_file=sparc/xm-netbsd.h
# On NetBSD, the headers are already okay. # On NetBSD, the headers are already okay.
fixincludes=Makefile.in fixincludes=Makefile.in
tmake_file=t-libc-ok tmake_file=t-netbsd
xmake_file=x-netbsd
;; ;;
sparc-*-bsd*) sparc-*-bsd*)
tm_file=sparc/bsd.h tm_file=sparc/bsd.h
...@@ -2252,10 +2248,9 @@ for machine in $build $host $target; do ...@@ -2252,10 +2248,9 @@ for machine in $build $host $target; do
vax-*-netbsd*) vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h" tm_file="${tm_file} netbsd.h vax/netbsd.h"
xm_file="${xm_file} xm-netbsd.h" xm_file="${xm_file} xm-netbsd.h"
tmake_file=t-libc-ok
# On NetBSD, the headers are already okay. # On NetBSD, the headers are already okay.
fixincludes=Makefile.in fixincludes=Makefile.in
xmake_file=x-netbsd tmake_file=t-netbsd
float_format=vax float_format=vax
;; ;;
vax-*-ultrix*) # vaxen running ultrix vax-*-ultrix*) # vaxen running ultrix
......
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