summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2004-07-01Add some more variables used to build libgcc_s.skrll
2004-06-23Define "_ISOC99_SOURCE" when building under NetBSD to get the prototypestron
2004-06-22Redo the last commit. _NETBSD_SOURCE should never be used/referenced anymore.jmc
2004-06-22Note on NetBSD that _NETBSD_SOURCE should never be defined and it's an errorjmc
2004-06-21- Wrap around #if !_NETBSD_SOURCE the definitions of u_{long,int,short,char}christos
2004-06-21On NetBSD boxes make sure and provide prototypes for strtouq since quad_t getsjmc
2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc
2004-06-20Add $MAKE to env also. From PR#25952jmc
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-06-18Use ${_TOOL_PREFIX} as appropriate.thorpej
2004-06-18Oops, missed a spot where we need to handle group_from_gid() separately.thorpej
2004-06-18Regen.thorpej
2004-06-18Handle group_from_gid() on its own.thorpej
2004-06-18Check for group_from_gid().thorpej
2004-06-14Before sucking in stdlib.h check if this is NetBSD. If so, explicitly makejmc
2004-06-12MKUPDATE cannot possibly do the right thing with GNU wrapped tools installs asjmc
2004-06-08Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive)abs
2004-05-18Apply patch from OGAWA Takaya to fix FreeBSD hosted builds.sjg
2004-05-07Track make(1) build simplifications.ross
2004-05-03Make this build on non-NetBSD again (specifically linux). Exclude __ndbm13.cjmc
2004-04-24Add a compat definition of __packed.matt
2004-04-23more constification suggested by kleink.christos
2004-04-23adjust to constification of cget*()christos
2004-03-27Fix the processing of '-s .lo\ .ln' (etc).dsl
2004-03-03Don't use $MACHINE to name the program; just call it macppc-fixcoff.thorpej
2004-02-27Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build.skrll
2004-02-15Be more gcc like in the way we deal with libgcc so that sh3/hppa millicodeskrll
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-02-13Fix some paths.simonb
2004-02-12Copy over from ../toolchain/README.mknative and update for gcc-3.3.x.skrll
2004-02-10Updates so that mknative gets the right things.skrll
2004-02-06Get ${HOSTEXEEXT} right in the component installation loop.ross
2004-01-13White space nit.simonb
2004-01-12Use the first argument of getmode() to modify the second arg, instead ofsimonb
2004-01-08KNF.simonb
2004-01-03Consistently check ${TOOLCHAIN_MISSING} against "no".lukem
2004-01-02Move libgcc3/*.mk to libgcc3/arch.skrll
2003-12-30Add ID linejmc
2003-12-29List that all hosts require a posix sh and override with HOST_SH if needed.jmc
2003-12-11Fix typo.matt
2003-12-11Add macppc-fixcoff tool.matt
2003-12-10Use (cd ${.CURDIR} && ${MAKE} cleandir) instead of ${MAKE} cleandirlukem
2003-12-07Make command line parser getopt() compatible (allow host-mkdep -aq -s.o.lo ...)dsl
2003-12-04move libaries back to gnu/libmrg
2003-12-04always build tools/binutils now.mrg
2003-12-04look for libbfd etc in binutils always now.mrg
2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg
2003-12-01fix a bug in previous:mrg
2003-11-27move binutils lib{iberty,opcodes,bfd} to usr.bin/binutils.mrg
2003-11-27fix a comment; normalise.mrg