aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-04-24 14:38:05 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-04-24 14:38:05 +0000
commit423b654e17a482a39ba02986e63251e408809953 (patch)
treeddac27e83df4b4c414f9c8177290d15098be8aa7 /bfd/hosts
parenta96c03cca51b1b534cbed24f5d58ae21d83f5ae0 (diff)
downloadgdb-423b654e17a482a39ba02986e63251e408809953.zip
gdb-423b654e17a482a39ba02986e63251e408809953.tar.gz
gdb-423b654e17a482a39ba02986e63251e408809953.tar.bz2
Provide escape hatch for HAVE_PROCFS being defined.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/i386linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h
index 864b0e2..90bdcd1 100644
--- a/bfd/hosts/i386linux.h
+++ b/bfd/hosts/i386linux.h
@@ -17,4 +17,7 @@
#define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096
/* Used for core file stuff only. */
+#ifndef NO_PROCFS
#define HAVE_PROCFS
+#endif
+