NetBSD/gnu/lib/libgcc
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
..
Makefile * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into 2002-09-17 23:18:25 +00:00
alpha.mk Commit the results of running toolchain2netbsd on the Alpha. 2001-12-14 07:12:09 +00:00
arm.mk Rebuild USE_NEW_TOOLCHAIN files for vax. Add binutils, etc. .. 2001-09-08 18:26:05 +00:00
armeb.mk Add native toolchain bigs for "armeb" (big-endian ARM). 2002-05-20 15:03:38 +00:00
i386.mk regenerate. 2002-01-22 15:52:53 +00:00
m68k.mk Add m68k-specific `toolchain2netbsd' generated toolchain build/config files. 2001-11-05 19:10:55 +00:00
m68000.mk Now build profiled libraries on m68000. 2002-07-17 18:46:12 +00:00
mipseb.mk New toolchain files for mipseb. Mainly toolchain2netbsd output with some 2001-11-08 07:21:53 +00:00
mipsel.mk New toolchain files for mipsel. 2001-11-17 04:41:44 +00:00
powerpc.mk Regenerate so that ${DIST} is not expanded. 2001-08-30 01:31:49 +00:00
sh3eb.mk New toolchain infrastructure for sh3eb, generated with mknative. 2002-02-27 18:45:14 +00:00
sh3el.mk New toolchain framework for sh3el platforms, generated with mknative. 2002-02-27 17:10:09 +00:00
sparc.mk regenerate. 2001-08-15 02:44:58 +00:00
sparc64.mk regenerate. 2001-08-15 02:44:58 +00:00
vax.mk Rebuild USE_NEW_TOOLCHAIN files for vax. Add binutils, etc. .. 2001-09-08 18:26:05 +00:00