X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=1d07cd79f5f16ac008160e2ba3b41afa61df5788;hp=337beccb3879e0e27b33500e9caa5d03a9333b77;hb=fa0a9b564d895a2b3cff85b976baad6dcb7d7d2c;hpb=1bcf67703e5606837853666763c739db91f08fee diff --git a/configure.ac b/configure.ac index 337becc..1d07cd7 100644 --- a/configure.ac +++ b/configure.ac @@ -326,14 +326,14 @@ dnl ************************************************************* dnl Use architecture-specific compile flags dnl (We use $host and not $build in case we are cross-compiling) dnl ************************************************************* +dnl Note: we no longer have arch specific compile flags, but +dnl the stub is left here in case they are needed one day. case $host in - alpha*) - ARCHFLAGS="-mno-fp-regs -ffixed-8" ;; *) ARCHFLAGS="" ;; esac -my_am_cflags="-Wall $ARCHFLAGS -pipe" +my_am_cflags="-Wall -Wstrict-prototypes $ARCHFLAGS -pipe" AC_SUBST([AM_CPPFLAGS], ["-I\${top_srcdir}/support/include"]) AC_SUBST([AM_CFLAGS], ["$my_am_cflags"])