From: Neil Brown Date: Thu, 9 Aug 2007 01:23:24 +0000 (+1000) Subject: Remove ARCH-specific compile flags for ALPHA. X-Git-Tag: nfs-utils-1-1-1~85 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=fa0a9b564d895a2b3cff85b976baad6dcb7d7d2c Remove ARCH-specific compile flags for ALPHA. -mno-fp-regs -ffixed-8 are used for compiling the kernel on alphas, and it seems they were copied into nfs-utils long ago, even though they have no relevance now. As we now use floating point (just a little bit in nfsstat), remove these pointless flags. --- 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