opnsense-src/sys/boot/userboot
Andriy Gapon 881a94fab8 boot: use -march=i386 for both i386 and amd64 builds
.. so that consistent compilation algorithms are used for both
architectures as in practice the binaries are expected to be
interchangeable (for time being).
Previously i386 used default setting which were equivalent to
-march=i486 -mtune=generic.
The only difference is using smaller but slower "leave" instructions.

Discussed with:	jhb, dim
MFC after:	29 days
2012-10-20 16:57:23 +00:00
..
ficl boot: use -march=i386 for both i386 and amd64 builds 2012-10-20 16:57:23 +00:00
libstand MFV: Update zlib to 1.2.7. 2012-06-21 21:47:08 +00:00
test Replace all references to loader_callbacks_v1 with loader_callbacks. 2012-10-03 17:20:34 +00:00
userboot Replace all references to loader_callbacks_v1 with loader_callbacks. 2012-10-03 17:20:34 +00:00
Makefile Add a version of the FreeBSD bootloader which can run in userland, packaged 2011-06-30 16:08:56 +00:00
userboot.h Replace all references to loader_callbacks_v1 with loader_callbacks. 2012-10-03 17:20:34 +00:00