summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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