NetBSD/tools
thorpej 3b08abd277 * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into
two variables:

  TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is
  no working in-tree toolchain (hppa, ns32k, sh5, x86_64).

  EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of
  an external toolchain (e.g. /usr/local/gnu).  This enables the cross-build
  framework even for TOOLCHAIN_MISSING platforms.

  If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all
  unconditionally set to "no", since the bits are not there to build.

  If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no",
  since the external toolchain's compiler is not in-sync with the
  in-tree compiler support components (e.g. libgcc).

* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in
  that file can use it.
2002-09-17 23:18:25 +00:00
..
asn1_compile
autoconf
binstall
cap_mkdb
cat Add cat(1) as a host tool. 2002-06-10 18:32:28 +00:00
cksum
compat Note that RedHat 7.3 hosts successfully as of today with the caveat that 2002-09-16 18:13:04 +00:00
compile_et
config
crunchgen
ctags
dbsym
fgen Add fgen as a host tool, used for sys/arch/sparc/bootblk. 2002-05-28 21:56:05 +00:00
gencat
gettext
groff
host-mkdep Patch host-mkdep with the working host shell. 2002-09-15 17:23:01 +00:00
installboot Make Solaris 8 happy: use ln -f -s instead of ln -fs 2002-05-31 05:50:03 +00:00
lex
lint
lint1
lint2
lorder Patch lorder with the host's working shell. Idea from Chris Demetriou. 2002-09-15 17:05:26 +00:00
m4
make Be more conservative with quoting, to play nice with /bin/sh on Solaris 8. 2002-09-13 19:55:52 +00:00
makefs Make Solaris 8 happy: use ln -f -s instead of ln -fs 2002-05-31 05:50:03 +00:00
makewhatis
mdsetimage
menuc
mips-elf2ecoff
mkdep
mklocale
mktemp Re-add mktemp as a host tool; it is used in more places than Ben 2002-09-14 04:26:03 +00:00
msgc
mtree
pax
prep-mkbootimage Build prep's mkbootimage as a host tool, called nbprep-mkbootimage. 2002-05-03 20:33:53 +00:00
pwd_mkdb
rpcgen
sunlabel
texinfo
toolchain Don't try to extract gdbserver configury; we don't yet support gdbserver. 2002-05-20 15:19:09 +00:00
tsort
uudecode
yacc
zic
Makefile * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into 2002-09-17 23:18:25 +00:00
Makefile.gnuhost
Makefile.gnuwrap
Makefile.host