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, 0 insertions, 4 deletions
diff --git a/libgloss/i386/configure.in b/libgloss/i386/configure.in
index 722241ca0..fe9224c03 100644
--- a/libgloss/i386/configure.in
+++ b/libgloss/i386/configure.in
@@ -77,9 +77,6 @@ case "$target" in
*coff)
IS_COFF="-DCOFF"
;;
- *aout)
- IS_AOUT="-DAOUT"
- ;;
esac
LIB_AC_PROG_CC
@@ -90,7 +87,6 @@ AC_SUBST(AR)
LD=${LD-ld}
AC_SUBST(LD)
AC_SUBST(IS_COFF)
-AC_SUBST(IS_AOUT)
AC_SUBST(NEED_UNDERSCORE)
AC_PROG_RANLIB