aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/boot2/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-99/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-2/+2
* Move machine and other link creation to defs.mkWarner Losh2017-11-061-7/+0
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-301-9/+6
* i386/boot2: -fno-asynchronous-unwind-tables for gccRyan Libby2017-08-091-0/+1
* Parameterize out 7680 (15 * 512) as BOOT2SIZE, similar to sys/boot/i386/zfsbo...Enji Cooper2017-03-291-2/+4
* Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper2017-03-281-2/+2
* Remove -fno-guess-branch-probability and -fno-unit-at-a-time.Warner Losh2017-03-281-2/+0
* Simply retire the sedification of the boot2.s file. It's been obsoleteWarner Losh2017-03-281-17/+1
* Fix build with path names with 'align' or 'nop' in them.Warner Losh2017-03-271-2/+10
* Remove unused macro from common/drv.c.Mariusz Zaborski2017-02-251-1/+0
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-021-2/+2
* Don't use -N to set the OMAGIC with data and text writeable and dataWarner Losh2016-09-031-1/+1
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-181-1/+1
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-1/+0
* Remove dd xfer stats emitted during buildworldEd Maste2016-02-181-2/+2
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-021-2/+2
* When compiling boot2 with gcc on i386 and pc98, only use the custom flagDimitry Andric2015-03-041-1/+3
* Ensure boot2 stays below the limit, by applying a patch from RomanDimitry Andric2014-11-241-4/+4
* Remove extra '\'.Yoshihiro Takahashi2014-09-281-1/+1
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theWarner Losh2014-05-051-1/+2
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-051-1/+2
* For sys/boot/i386 and sys/boot/pc98, separate flags to be passedDimitry Andric2013-12-301-3/+3
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-261-3/+4
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-10/+6
* When building some of the boot loaders with clang, and DEBUG_FLAGS orDimitry Andric2011-07-171-0/+3
* Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves offDimitry Andric2011-05-051-1/+2
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.Dimitry Andric2011-05-021-3/+6
* Due to space constraints, the UFS boot2 and boot1 use an evil hack whereJohn Baldwin2011-04-281-0/+1
* Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.Roman Divacky2011-04-041-0/+1
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in MakefilesDimitry Andric2011-01-051-1/+0
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2Dimitry Andric2010-09-211-3/+1
* Use a more robust way to substitute gcc for clang, when compilingDimitry Andric2010-08-311-1/+3
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHWarner Losh2010-08-231-1/+1
* Make sure the boot2 stage is compiled with gcc, as clang has noRui Paulo2010-08-211-0/+5
* Revert the part of change 107879 that employs the unused bytes afterMarcel Moolenaar2009-03-071-1/+1
* Tweak inlining parameters a little. Add warning to tell us if functionAlexander Kabaev2007-05-191-1/+2
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-1/+1
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-03-151-0/+1
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withYaroslav Tykhiy2004-08-271-2/+2
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationAlexander Kabaev2004-07-301-1/+3
* Re-add sio.S, and properly deal with assembler files.Ruslan Ermilov2004-02-171-9/+4
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-091-1/+1
* Argh, unbreak "make depend" for AMD64.Ruslan Ermilov2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.Ruslan Ermilov2004-02-071-1/+1
* Generate .depend file.Ruslan Ermilov2004-02-071-0/+2
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-071-4/+2