repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes for 4.5.0 snapshot
[newlib-cygwin.git]
/
libgloss
/
i386
/
acinclude.m4
blob
75bca476d18a7af8d98bae5cf52ba20561094575
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)