freebsd-dev/sys/boot/zfs
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
..
devicename_stubs.c zfsboot/zfsloader: support accessing filesystems within a pool 2012-05-12 09:03:30 +00:00
libzfs.h zfs boot: export boot/primary pool and vdev guid all the way to kenv 2012-10-06 19:47:24 +00:00
Makefile boot: use -march=i386 for both i386 and amd64 builds 2012-10-20 16:57:23 +00:00
zfs.c zfs loader: treat plain pool name as a name of its root dataset 2012-10-06 19:42:50 +00:00
zfsimpl.c zfs boot: export boot/primary pool and vdev guid all the way to kenv 2012-10-06 19:47:24 +00:00