mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-24 07:33:02 +00:00
* configure.ac: Use elf_*_fbsd on kfreebsd.
This commit is contained in:
parent
d061fda7e9
commit
dd7f792c85
@ -1,3 +1,7 @@
|
||||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Use elf_*_fbsd on kfreebsd.
|
||||
|
||||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/tests/div_test.c: New test.
|
||||
|
@ -690,7 +690,7 @@ AC_SUBST([enable_efiemu])
|
||||
case "$target_os" in
|
||||
cygwin)
|
||||
;;
|
||||
freebsd)
|
||||
freebsd | kfreebsd*-gnu)
|
||||
if test x"$target_cpu" = xi386; then
|
||||
TARGET_LDFLAGS="$TARGET_LDFLAGS -Wl,-melf_i386_fbsd"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user