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

acinclude.m4 « i386 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75bca476d18a7af8d98bae5cf52ba20561094575 (plain)
1
2
3
4
5
6
7
8
9
10
I386_CPPFLAGS=
case "${target}" in
  i[[3456]]86-*-coff)
    I386_CPPFLAGS="-DCOFF"
    ;;
  i[[3456]]86-*-aout)
    I386_CPPFLAGS="-DAOUT"
    ;;
esac
AC_SUBST(I386_CPPFLAGS)