mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Some machines have 64-bit capable cpus but are stuck on 32-bit uefi
firmware.
Add support for them by building a new "loader_ia32" with
LOADER_DEFAULT_INTERP along with the 64-bit one. The loader
can be disabled using MK_LOADER_IA32.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1098
(cherry picked from commit f8ca5d45c3)
6 lines
105 B
Makefile
6 lines
105 B
Makefile
DO32=1
|
|
INSTALL_LOADER_HELP_FILE=no
|
|
|
|
NEWVERSWHAT?= "EFI loader" amd64-ia32
|
|
|
|
.include "../loader/Makefile"
|