diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-29 14:29:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-29 14:29:14 +0000 |
commit | c960c18f1aed2a8666598aae23f128347a0a21c4 (patch) | |
tree | d8e68e5ba72311933f1128198a520abc42fe3df7 /gdb/configure.in | |
parent | 2f9636ba507e18f348cdc34f5b523dfbd94c211d (diff) | |
download | gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.zip gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.tar.gz gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.tar.bz2 |
2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Andrew Cagney <cagney@redhat.com>
* configure.in (mips-sgi-irix5*): Define _KMEMUSER for
<sys/proc.h>.
* acconfig.h: Provide default _KMEMUSER value.
* config.in, configure: Re-generate.
* NEWS: Mention fix.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index f7399ff..fe2b36b 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -632,6 +632,10 @@ if test "${target}" = "${host}"; then *-*-solaris2.[[6789]]) AC_DEFINE(NEW_PROC_API) ;; + mips-sgi-irix5*) + # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5. + AC_DEFINE([_KMEMUSER], 1) + ;; esac fi |