]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Remove ARCH-specific compile flags for ALPHA.
authorNeil Brown <neilb@suse.de>
Thu, 9 Aug 2007 01:23:24 +0000 (11:23 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 9 Aug 2007 01:23:24 +0000 (11:23 +1000)
 -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.

configure.ac

index 16d0da6f738972a3591bb0d7c072c6b56753cfd7..1d07cd79f5f16ac008160e2ba3b41afa61df5788 100644 (file)
@@ -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