Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/i386/configure.in')
-rw-r--r--libgloss/i386/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/i386/configure.in b/libgloss/i386/configure.in
index fe9224c03..722241ca0 100644
--- a/libgloss/i386/configure.in
+++ b/libgloss/i386/configure.in
@@ -77,6 +77,9 @@ case "$target" in
*coff)
IS_COFF="-DCOFF"
;;
+ *aout)
+ IS_AOUT="-DAOUT"
+ ;;
esac
LIB_AC_PROG_CC
@@ -87,6 +90,7 @@ AC_SUBST(AR)
LD=${LD-ld}
AC_SUBST(LD)
AC_SUBST(IS_COFF)
+AC_SUBST(IS_AOUT)
AC_SUBST(NEED_UNDERSCORE)
AC_PROG_RANLIB