Changes for 4.5.0 snapshot
[newlib-cygwin.git] / libgloss / i386 / acinclude.m4
blob75bca476d18a7af8d98bae5cf52ba20561094575
1 I386_CPPFLAGS=
2 case "${target}" in
3   i[[3456]]86-*-coff)
4     I386_CPPFLAGS="-DCOFF"
5     ;;
6   i[[3456]]86-*-aout)
7     I386_CPPFLAGS="-DAOUT"
8     ;;
9 esac
10 AC_SUBST(I386_CPPFLAGS)