summaryrefslogtreecommitdiff
path: root/gdb/configure
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
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')
-rwxr-xr-xgdb/configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure b/gdb/configure
index d744f73cd3..cf80bef7ed 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -13907,12 +13907,6 @@ $as_echo "#define NEW_PROC_API 1" >>confdefs.h
$as_echo "#define NEW_PROC_API 1" >>confdefs.h
;;
- mips-sgi-irix5*)
- # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
-
-$as_echo "#define _KMEMUSER 1" >>confdefs.h
-
- ;;
esac
fi