X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=configure.ac;h=1d07cd79f5f16ac008160e2ba3b41afa61df5788;hp=16d0da6f738972a3591bb0d7c072c6b56753cfd7;hb=60fd6cd0ada4f501d6d6bcbc3e14950d453c428d;hpb=5835b1eec5a1f1e463c0762c510c6643fa2bff62 diff --git a/configure.ac b/configure.ac index 16d0da6..1d07cd7 100644 --- a/configure.ac +++ b/configure.ac @@ -326,9 +326,9 @@ 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