Update OBJ_FORMAT setting: OpenBSD/i386-current just switched the binary format to ELF

This commit is contained in:
Josh Coalson 2003-04-27 08:32:41 +00:00
parent b2363960ad
commit c0852171cf

View File

@ -160,7 +160,7 @@ AM_CONDITIONAL(FLaC__CPU_IA32, test x$cpu_ia32 = xtrue)
AM_CONDITIONAL(FLaC__CPU_PPC, test x$cpu_ppc = xtrue)
AM_CONDITIONAL(FLaC__CPU_SPARC, test x$cpu_sparc = xtrue)
case "$host" in
i[[3-6]]86-*-openbsd*) OBJ_FORMAT=aoutb ;;
i386-*-openbsd3.[[0-3]]) OBJ_FORMAT=aoutb ;;
*) OBJ_FORMAT=elf ;;
esac
AC_SUBST(OBJ_FORMAT)