summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot/Makefile
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-06-21Add evbmips support for u-boot handling.thorpej
2019-08-15Never trust a compiler that predefines i386 as 1 - do the symbol namemartin
2019-08-15Replace black voodo linker magic (sometimes failing) with somemartin
2019-05-07Add installboot(8) support for evbarm (and, in the future, other evb*)thorpej
2017-01-11Disable a couple of warnings until further investigation.joerg
2015-06-06Linking against libutil is not appropiate for tools.joerg
2015-06-05Support wedge names.mlelstv
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2011-08-14fix various gcc-4.5 warningschristos
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-01-26Add support for the Extensible MIPS ("eMIPS") platform. Thepooka
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-05WARNS=4lukem
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-02-09make all sun2 use -O0 and move most of the hacks out into just 3 files.mrg
2008-02-02Add a findstage2 function (which returns block numbers wheretsutsui
2006-09-01NetBSD/landisk support.uwe
2006-05-12don't do the -Wno-pointer-sign dance for host programs.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-02-18Changes to allow support for a reduced set of architectures.dsl
2005-12-29Add ews4800mips support.tsutsui
2005-06-12Build hp300 support into installboot(8).dyoung
2005-05-14add hp700 support.chs
2003-11-14Disable hp300 support (again).lukem
2003-11-13roundup() write of hp300 boot code to a multiplr of the disk sector size.dsl
2003-11-10Disable the hp300 for now.fvdl
2003-11-08First cut of hp300 installboot, seems to DTRT on i386.dsl
2003-10-28XXX: build mdsetimage.c / installboot/ffs.c with -O0 on sun2 as GCC3mrg
2003-10-27add next68k support to installbootcl
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-04-09Add support for i386 boot code - for new bootxx stuffdsl
2003-01-15Add support for amiga.mhitch
2002-06-02Add x68k stuff.isaki
2002-05-20- use uint8_t instead of char for boot block blobslukem
2002-05-15bootblock.h:lukem
2002-05-06Add sparc module.pk
2002-04-26s/_SRC_TOP_/NETBSDSRCDIR/lukem
2002-04-24convert from "sun68k_bbinfo.h" to <dev/sun/sun_boot.h>lukem
2002-04-23after consideration, don't bother with compat symlinks, as it mightlukem
2002-04-22include <bsd.own.mk> for _SRC_TOP_bjh21
2002-04-22Install the compatability symlink for sun2.fredette
2002-04-22Add sun2 backend from Matthew Fredette.lukem
2002-04-19- Add code from Matt Fredette <fredette@theory.lcs.mit.edu> to implementlukem
2002-04-11- add no_parseopt(), no_setboot() and no_clearboot() methods for back-endslukem
2002-04-06Install the compat symlink into ${DESTDIR}.bjh21