* 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

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