[flac-dev] [PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
Dave Yeo
dave.r.yeo at gmail.com
Sat Feb 4 19:50:41 PST 2012
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 32bdd5f..06b910a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,6 +98,7 @@ case "$host" in
i386-*-openbsd3.[[0-3]]) OBJ_FORMAT=aoutb ;;
*-*-cygwin|*mingw*) OBJ_FORMAT=win32 ;;
*-*-darwin*) OBJ_FORMAT=macho ;;
+ *emx*) OBJ_FORMAT=aout ;;
*) OBJ_FORMAT=elf ;;
esac
AC_SUBST(OBJ_FORMAT)
--
1.7.2.3
More information about the flac-dev
mailing list