This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
42854d99e8
freebsd-skq
/
sys
/
boot
/
ficl32
/
Makefile
9 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Build a 64 bit version of the FICL library. This is need for a 64 bit EFI bootloader (amd64 only for now). This is not yet connected to the build.
2012-12-21 05:22:14 +00:00
# $FreeBSD$
Build boot/ficl as 64-bit library on amd64 The 32-bit bootloaders on amd64 now use the 32-bit version in ficl32, as is done with libstand32. The native 64-bit ficl will be used by the upcoming UEFI loader. Sponsored by: The FreeBSD Foundation
2014-04-03 21:18:03 +00:00
FICL32
=
Build a 64 bit version of the FICL library. This is need for a 64 bit EFI bootloader (amd64 only for now). This is not yet connected to the build.
2012-12-21 05:22:14 +00:00
FICLDIR
=
${
.CURDIR
}
/../ficl
.PATH
:
${
FICLDIR
}
.
i
n
c
l
u
d
e
"${FICLDIR}/Makefile"
Reference in New Issue
Copy Permalink