aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/arch.m422
2 files changed, 4 insertions, 22 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index d9e4249b..76f05960 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * arch.m4 (GAWK_AC_LINUX_ALPHA): Remove definition.
+
2015-09-11 Daniel Richard G. <skunk@iSKUNK.ORG>
* arch.m4: Rework again. In particular, provide a wrapper
diff --git a/m4/arch.m4 b/m4/arch.m4
index fc25d8e9..f156f9f3 100644
--- a/m4/arch.m4
+++ b/m4/arch.m4
@@ -36,28 +36,6 @@ fi
AC_MSG_RESULT([${gawk_cv_aix_hack}])
])dnl
-dnl Check for Alpha Linux systems
-AC_DEFUN([GAWK_AC_LINUX_ALPHA], [
-AC_MSG_CHECKING([for Linux/Alpha compilation hacks])
-AC_CACHE_VAL(gawk_cv_linux_alpha_hack, [
-if test "Linux" = "`uname`" && test "alpha" = "`uname -m`"
-then
- # this isn't necessarily always true,
- # the vendor's compiler is also often found
- if test "$GCC" = yes
- then
- CFLAGS="$CFLAGS -mieee"
- gawk_cv_linux_alpha_hack=yes
- else
- gawk_cv_linux_alpha_hack=no
- fi
-else
- gawk_cv_linux_alpha_hack=no
-fi
-])dnl
-AC_MSG_RESULT([${gawk_cv_linux_alpha_hack}])
-])dnl
-
dnl Check for z/OS Unix Systems Services
AC_DEFUN([AC_ZOS_USS], [
AC_MSG_CHECKING([for z/OS USS compilation])