diff options
Diffstat (limited to 'bfd/hosts/i386linux.h')
-rw-r--r-- | bfd/hosts/i386linux.h | 3 |
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 + |