Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
authorBen Pfaff <blp@gnu.org>
Sun, 31 Jul 2005 05:03:28 +0000 (05:03 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 31 Jul 2005 05:03:28 +0000 (05:03 +0000)
commitdcd7e905755e831af27550a052cd9f2c7c0aa427
treeee4096004555fe56d3d3f872b8b56fcfc4e97ee9
parent44d7b18d5c3d0a806fe1a29658445254f2376600
Don't append -ansi to AM_CFLAGS for GCC.  Using -ansi changes the
behavior of header files significantly.  It causes __STRICT_ANSI__ to
be defined, and some headers interpret that as cause to e.g. not use
`long long' or __attribute__.  The former example is bad when off_t is
supposed to be `long long'.
src/ChangeLog
src/Make.build