summaryrefslogtreecommitdiff
path: root/games/hack/hack.mkobj.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2018-03-11 23:49:39 +0000
committerchristos <christos@NetBSD.org>2018-03-11 23:49:39 +0000
commit4b9f981740ff7d068cb94de08b676fa397d9162b (patch)
tree184ffa32c48fd0c8475b7b4e7b378717a2d81b35 /games/hack/hack.mkobj.c
parent678ab30857ffc043d6d12a5a48510f4f7865d02c (diff)
sort, add missing lint file
Diffstat (limited to 'games/hack/hack.mkobj.c')
0 files changed, 0 insertions, 0 deletions
74b9b64f9b04bef'>Unhook gkermit from the build.apb It is being replaced by the BSD-licenced ekermit, as proposed on tech-userlevel on 7 Aug 2014. 2014-06-13remove the build support for GCC 4.1, and any hacks i found for it.mrg there could still be more -- i only looked for lines matching both "HAVE_GCC" and "4" as words (grep -w.) 2012-11-06Remove GDB 6.skrll 2012-08-10Only build gcc here, if MKGCC != no.joerg 2011-06-21prepare to build native gcc 4.5, don't build native gcc 4.1, for HAVE_GCC=45mrg 2011-04-21Add MKBSDGREP switch for easy testing of the GNU grepjoerg replacement/alternative. 2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter. this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade. i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well. some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h 2009-12-14Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.uebayasi 2009-11-08Remove binutils 2.16 crossover build files.skrll 2009-08-18Make binutils stuff conditional on HAVE_BINUTILS being 216.skrll 2009-04-08unhook cvschristos 2008-09-24If you're going to add c99's entries to the setlists, you probably want todogcow descend into the directory. (HI HUBERT!) 2007-06-21Remove gdb 5.3 as nothing uses it now.skrll 2006-11-20Delete more gcc3 stuff.skrll 2006-11-01SUBDIR += gkermitapb 2006-06-23add HAVE_GDB transitional build variable.christos 2006-06-02remove support for building (with) GCC 2.95. also:mrg - always install <stdbool.h> - don't generate a fake one for vax / gettext. 2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg 2006-02-04descend to xcvschristos 2004-03-26switch over to mrg gzip.mrg 2004-03-13switch awk to nawk; gawk sources will be removed after some grace periodjdolecek change blessed by core@ 2003-11-27gdb 5.0 is gone.mrg 2003-10-18Skip build of {binutils,cvs,gcc compilers,gdb} ifmatt MK{BINUTILS,CVS,GCCCMDS,GDB} == no, respectively 2003-09-18add a HAVE_GDB53 switch. defaults to no one yet.mrg 2003-08-27introduce an additional switch to enable building GCC3 instead of GCC2:mrg HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change the definition of the former to be restricted to whether tools/toolchain is used or not. 2003-07-25maybe build gcc3 instead of gcc2mrg 2003-03-02move gawk to separate line, so that it's easier to comment the entry outjdolecek 2003-01-26Descend into diffutils instead of diff, diff3, and sdiff (for newwiz diffutils-2.8.1 build structure). 2003-01-18Remove GNU cpio and GNU tar, replaced by pax frontends.wiz 2002-10-16Flip the pax switchchristos 2002-10-10switch to GNU tar 1.13.25 with security fixes.itojun 2002-09-16Delete the egcs/binutils 2.9 toolchain. Remove USE_NEW_TOOLCHAINthorpej conditionals. 2002-02-02build sim before gdb.mrg 2001-12-03Back out replacing gawk by nawk - James Chacon already fixed gawk formartin sparc64. Sorry, next time I'll catch up with mails first. 2001-12-03Hack: do not build gawk on sparc64 - it is known to not work when compiledmartin with the new toolchain.