summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-10-31 16:24:04 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2016-10-31 17:06:24 +0000
commitc50730217d606814cda69a2bb6975730c0f1ee63 (patch)
tree53f16a2d3a0e0d4b95b082d4a27247ec8c193923 /gdb/configure.ac
parent7e3d947dd6ae45d71aa175b96fbd42a51e93b3f8 (diff)
Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround
Complement commit 3831839c089c ("Delete IRIX support") and remove the IRIX 5 <sys/proc.h> _KMEMUSER workaround from the `configure' script, as IRIX is no longer a supported host configuration. gdb/ * configure.ac <mips-sgi-irix5*>: Remove <sys/proc.h> _KMEMUSER workaround. * configure: Regenerate. * config.in: Regenerate.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 83c270746e..592b1beb92 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 <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
- AC_DEFINE([_KMEMUSER], 1,
- [Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
- around a <sys/proc.h> problem on IRIX 5.])
- ;;
esac
fi