* 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
|
@ -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…
Add table
Add a link
Reference in a new issue