summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-2/+2
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-171-0/+1
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* Add -march=i386 to fix amd64 build by generating the same coderu2006-09-281-1/+1
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-1/+2
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-0/+1
* Untangle building of AMD64 boot code.ru2004-02-071-4/+0
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-5/+15
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-0/+2
* Only include ../Makefile.inc once in loader/Makefile.ru2004-02-061-2/+1
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+11
* -ffreestanding is the word for /sys.obrien2002-05-101-1/+1
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-111-0/+1
* Mega i386 loader commit.jhb2000-03-281-0/+5
OpenPOWER on IntegriCloud