summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/compile.am
blob: 1fe10fee5c001d3ed773b3e4c82051fc52984db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
##
## $Id$
##

AM_CPPFLAGS = @RTEMS_CPPFLAGS@
AM_CFLAGS =
AM_CFLAGS += -Werror=overflow
AM_CFLAGS += -Werror=pointer-to-int-cast
AM_CFLAGS += -Werror=int-to-pointer-cast
AM_CCASFLAGS = @RTEMS_CCASFLAGS@