diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-10-31 16:24:04 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-10-31 17:06:24 +0000 |
commit | c50730217d606814cda69a2bb6975730c0f1ee63 (patch) | |
tree | 53f16a2d3a0e0d4b95b082d4a27247ec8c193923 /gdb/configure | |
parent | 7e3d947dd6ae45d71aa175b96fbd42a51e93b3f8 (diff) | |
download | gdb-c50730217d606814cda69a2bb6975730c0f1ee63.zip gdb-c50730217d606814cda69a2bb6975730c0f1ee63.tar.gz gdb-c50730217d606814cda69a2bb6975730c0f1ee63.tar.bz2 |
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-x | gdb/configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure b/gdb/configure index d744f73..cf80bef 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 |