summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r309412,r316109,r316132:ngie2017-05-281-3/+5
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-261-1/+0
* Remove dd xfer stats emitted during buildworldemaste2016-02-181-2/+2
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-251-2/+2
* Ensure the cross assembler, linker and objcopy are used for the build32dim2015-04-021-2/+2
* When compiling boot2 with gcc on i386 and pc98, only use the custom flagdim2015-03-041-1/+3
* Ensure boot2 stays below the limit, by applying a patch from Romandim2014-11-241-4/+4
* Remove extra '\'.nyan2014-09-281-1/+1
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+2
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-1/+2
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-051-1/+2
* For sys/boot/i386 and sys/boot/pc98, separate flags to be passeddim2013-12-301-3/+3
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-261-3/+4
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-10/+6
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-171-0/+3
* Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves offdim2011-05-051-1/+2
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.dim2011-05-021-3/+6
* Due to space constraints, the UFS boot2 and boot1 use an evil hack wherejhb2011-04-281-0/+1
* Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.rdivacky2011-04-041-0/+1
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-051-1/+0
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2dim2010-09-211-3/+1
* Use a more robust way to substitute gcc for clang, when compilingdim2010-08-311-1/+3
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-1/+1
* Make sure the boot2 stage is compiled with gcc, as clang has norpaulo2010-08-211-0/+5
* Revert the part of change 107879 that employs the unused bytes aftermarcel2009-03-071-1/+1
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-191-1/+2
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-0/+1
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-271-2/+2
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-301-1/+3
* Re-add sio.S, and properly deal with assembler files.ru2004-02-171-9/+4
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-1/+1
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-1/+1
* Generate .depend file.ru2004-02-071-0/+2
* Untangle building of AMD64 boot code.ru2004-02-071-4/+2
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-60/+43
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+12
* Fixed CLEANFILES.ru2003-02-251-1/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-261-1/+6
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-211-0/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-181-0/+1
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-171-5/+4
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-141-15/+6
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-081-1/+1
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-081-15/+2
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-081-2/+5
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-081-3/+1
OpenPOWER on IntegriCloud