From c50730217d606814cda69a2bb6975730c0f1ee63 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Mon, 31 Oct 2016 16:24:04 +0000 Subject: Remove IRIX 5 _KMEMUSER workaround Complement commit 3831839c089c ("Delete IRIX support") and remove the IRIX 5 _KMEMUSER workaround from the `configure' script, as IRIX is no longer a supported host configuration. gdb/ * configure.ac : Remove _KMEMUSER workaround. * configure: Regenerate. * config.in: Regenerate. --- gdb/configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/configure.ac') diff --git a/gdb/configure.ac b/gdb/configure.ac index 83c2707..592b1be 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1545,12 +1545,6 @@ if test "${target}" = "${host}"; then AC_DEFINE(NEW_PROC_API, 1, [Define if you want to use new multi-fd /proc interface.]) ;; - mips-sgi-irix5*) - # Work around needing _KMEMUSER problem on IRIX 5. - AC_DEFINE([_KMEMUSER], 1, - [Define to 1 so gets a definition of anon_hdl. Works - around a problem on IRIX 5.]) - ;; esac fi -- cgit v1.1