* configure.ac: Use elf_*_fbsd on kfreebsd.
This commit is contained in:
parent
d061fda7e9
commit
dd7f792c85
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/tests/div_test.c: New test.
|
* grub-core/tests/div_test.c: New test.
|
||||||
|
|
|
@ -690,7 +690,7 @@ AC_SUBST([enable_efiemu])
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
cygwin)
|
cygwin)
|
||||||
;;
|
;;
|
||||||
freebsd)
|
freebsd | kfreebsd*-gnu)
|
||||||
if test x"$target_cpu" = xi386; then
|
if test x"$target_cpu" = xi386; then
|
||||||
TARGET_LDFLAGS="$TARGET_LDFLAGS -Wl,-melf_i386_fbsd"
|
TARGET_LDFLAGS="$TARGET_LDFLAGS -Wl,-melf_i386_fbsd"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue