* configure.ac: Use elf_*_fbsd on kfreebsd.

This commit is contained in:
Vladimir Serbinenko 2013-11-08 15:10:13 +01:00
parent d061fda7e9
commit dd7f792c85
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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