summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/stand/bootblock/boot/Makefile
AgeCommit message (Expand)Author
2022-04-29Enable SA_HARDCODED_SECSIZE to shrink loaders slightly.rin
2022-04-29Now, cread.c can be built with -Os.rin
2022-04-29Compile boot.amiga without -l option for gas(1).rin
2022-04-27Revert previous.rin
2022-04-27Sprinkle SA_HARDCODED_SECSIZE; now everything fits intorin
2021-02-25Add FFSv2 support for primary- and second-stage boot loaders.rin
2017-04-09make this work again.christos
2017-04-08centralize vers.c building for standalone programs.christos
2016-09-17NOPIEchristos
2016-01-15Add 'C' option to bootblock to enable serial console.mlelstv
2014-04-19No need to use annoying HAVE_GCC to handle gcc48 m68k behavior chnages.tsutsui
2014-04-19unbreak gcc4.5christos
2014-03-29Use different option (-mcpu=68030) to select target cpu for the assembler.mlelstv
2013-08-21Use <bsd.klinks.mk>matt
2013-07-18Explicitly disable unwind tables for the boot loader.joerg
2011-10-04build cread.c with -O1 to work around a gcc 4.5 bug.chs
2011-07-12fix previous and only force the failure if reloc2bb already failed.mrg
2011-07-11improve the error message if elf2bb finds we are too large. if elf2bbmrg
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2010-07-06use elf2bb / elf2bb.h instead of the old, now gone aout2bb version.mrg
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
2009-12-29Don't abuse INSECURE for allowing exec() to load files not owned by uid 0.elad
2009-10-17Add a serial console mode for the bootblock. In this mode all consolemlelstv
2009-01-12- WARNSfytsutsui
2006-01-25Compile new zlib; compile it in a way that it doesn't inflate the bootblockis
2006-01-24Use our own s(n)printf.is
2006-01-02Make the bootblocks compile again using the shared libc functions.is
2005-12-11merge ktrace-lwp.christos
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Use -Os to shrink bootblock code a little more. Now bootxx_fd builds withmhitch
2003-08-24Adapt to new ufs.c needing memcmp and memmove.he
2003-04-01The adler32.c file previously from libz is no longer needed.he
2003-02-03Add 64 bit div/mod for 64 bit daddr_t changes and snprintf.mhitch
2002-05-31Add -ffreestanding.thorpej
2002-04-15Don't copy boot.amiga to ${DESTDIR}/ - it is now done by the install/updatemhitch
2002-03-26Need to include files.o for the file descriptor table used by open().mhitch
2002-01-26include ${.CURDIR}/../Makefile.bootersaymeric
2002-01-26s/BOOT_ELF/BOOT_ELF32/ inside a commentaymeric
2001-12-17Update amiga booter to two-stage booter.mhitch
2001-12-10Add a left shift routine needed by changes in lib/libsa/ufs.c.mhitch
2001-03-02Use ${NM} and ${SIZE} so cross-compiling works. The machine and m68k includemhitch
2000-09-17Make this build again. Fixes by Michael Hitch.is
2000-04-15Don't use runtime systems' includes.is
1999-04-03make the Amiga bootblocks link again.is
1999-03-03Include "bsd.prog.mk" earlier so that "CFLAGS" doesn't get clobbered.tron
1999-02-06Define _STANDALONE instead of STANDALONE.is
1999-01-03Enable fdboot again.veego
1998-11-13Simplify program structure to save a few bytes.is
1998-05-08remove -Z (load from chipmem) flagchopps
1997-07-14s/BOOTBLOCKS/FILES/, remove the no longer needed install: rule and set theveego