summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2002-03-23Use fixed-type in ecoff structures, so that elf2ecoff will produce properbouyer
2002-03-07fcntl locking works much better when the `struct flock' is actually giventv
2002-03-07Don't gratuitously touch the replacement headers in ${.OBJDIR}/include;tv
2002-03-07Need DEV_BSIZE and roundup() for makefs on non-NetBSD hosts.tv
2002-03-07Move inttypes.h to list of auto-generated-empty headers.tv
2002-03-07Rework recursion to use the original logic again, in the structure cleanedtv
2002-03-07Don't build groff if MKMAN=no. (groff does not build properly on sometv
2002-03-07Add compat defns for uint*_t (the non-underscored ones).tv
2002-03-05Make $(OBJS) depend on the ufs headers link.pk
2002-03-01Fix target ordering glitches: the `afterinstall' sources in here dependpk
2002-02-27Don't forget "do-distrib-dirs" as a prerequisite to "includes".tv
2002-02-27Make libobjc configury MI.tv
2002-02-27Clarify why even native hosts should use the same method to bootstrap atv
2002-02-27A step-by-step doc on how to bootstrap a new toolchain (works on both crosstv
2002-02-27Make libiberty files MI.tv
2002-02-27* Don't try to get the gdb framework if gdb doesn't configure due to missingtv
2002-02-27Revert previous; this had to do with running "make includes" while MKGCC=no.tv
2002-02-27Omit the C++ bits of libgcc for bootstrap-libgcc. Until there are C++tv
2002-02-27Fix bootstrap-libgcc (should be looking in build/, not .native/), and maketv
2002-02-26Complete the mknative method of creating the toolchain metainformationtv
2002-02-26Add some more bits of host compatibility.tv
2002-02-26Remove the "-j1" hack. This needs to be fixed better. For now, -j istv
2002-02-26Add gettext to tools.tv
2002-02-23Add elf2ecoff as a build tool for mips ports.gmcgarry
2002-02-19Having `build/Makefile' depend on `.configure_done' doesn't work. Instead,pk
2002-02-18* Add comments on all the directory build/install ordering goo.pk
2002-02-12Make sure TOOLDIR/bin exists before copying into it. Use 2 explicit mkdir'sjmc
2002-02-11First of two parts to replace toolchain2netbsd and make it more cross-happy:tv
2002-02-11Revert part of previous; we need the install targets.pk
2002-02-10Use .ORDER targets to express the dependencies on subdir runs. This makespk
2002-02-08Make sure to not go off installing in a directory before it's fully made.pk
2002-02-06remove btodb() hack now that makefs doesn't need it anymore.lukem
2002-02-01Fix up the .for recursion -- it wasn't quite right before.tv
2002-02-01Cross-hosting notes for foreign OS's. (Currently Linux, Solaris, and oldertv
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Include config.h unconditionally; clean up.tv
2002-01-31Define NOID to eliminate the rcsid.tv
2002-01-31Provide a default string so host tools that forget to call setprogname()tv
2002-01-31Make sure there are no weak references in libnbcompat (avoids linkertv
2002-01-31Make sure MAKEINFO is defined, as it appears that toolchain/texinfo is nottv
2002-01-31Remove g= override.tv
2002-01-31Make sure LEX and YACC are properly defined (mainly for groff); also usetv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-28Ensure a space after # or #line so we don't pick up stray #pragmas andtv
2002-01-25Make util.c replacement functions use autoconf conditionals to probetv
2002-01-25Abort on C compiler error. Add @DEFS@ to compile line.tv
2002-01-25build pax as a host tool, for -N and to work around borken vendor paxeslukem
2002-01-24- Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for).lukem
2002-01-23removelukem
2002-01-22Split compat definitions into a separate file so that autoconfthorpej