aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-32/+0
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-251-2/+0
* Do not use -msoft-float with intention of disabling FP on aarch64Alexander Kabaev2017-04-071-1/+5
* [efi] Build EFI bits with -fPIC on ARMOleksandr Tymoshenko2017-01-101-0/+4
* On arm64 build the efi loader with -fPIC. Without this clang 3.9 willAndrew Turner2016-10-311-0/+1
* Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI,Andrew Turner2016-06-081-0/+4
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-4/+3
* The flags -mno-aes -mno-avx only exist for clang, not gcc, soWarner Losh2015-08-201-1/+2
* Clean up more x86 only options in the efi code.Andrew Turner2015-04-031-3/+8
* Move the efi loaders to be under sys/boot/efi. This will help us addAndrew Turner2015-04-011-0/+3
* Don't force efi to a 32-bit build on amd64Ed Maste2014-02-071-8/+1
* boot: use -march=i386 for both i386 and amd64 buildsAndriy Gapon2012-10-201-1/+5
* Build a 32-bit EFI loader on amd64. This to match the rest of theMarcel Moolenaar2012-04-201-0/+7
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+2
* Tidy up makefiles.Ruslan Ermilov2004-02-121-0/+3
* Build EFI with -fshort-wchar so that L"some string" works with theMarcel Moolenaar2002-12-101-1/+1
* Turn on -WformatPeter Wemm2002-07-201-1/+1
* Try and tidy up some very loose ends with paths to various libraries etc.Peter Wemm2002-04-061-5/+0
* Add -ffreestanding to avoid printf/puts/putchar conversionsPeter Wemm2002-03-191-0/+1
* style policeDavid E. O'Brien2001-06-161-4/+5
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-091-0/+7