]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
boot: use -march=i386 for both i386 and amd64 builds
authorAndriy Gapon <avg@FreeBSD.org>
Sat, 20 Oct 2012 16:57:23 +0000 (16:57 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Sat, 20 Oct 2012 16:57:23 +0000 (16:57 +0000)
commit881a94fab89d10842c09bcecbf07f1c68107107f
treee5db5e78b9212aedf1937ce47ea7417575261b5c
parent9d3334e191e7a344bda1461bd8fefd9cc4b2686d
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
sys/boot/efi/Makefile.inc
sys/boot/ficl/Makefile
sys/boot/i386/Makefile.inc
sys/boot/userboot/ficl/Makefile
sys/boot/zfs/Makefile