Re: [PATCH 3/6] [DJGPP] libbacktrace/configure.ac: specify that DJGPP do not have mmap()

2015-12-10 Thread Jeff Law
On 12/05/2015 10:14 AM, Andris Pavenis wrote: Patch specifies that DJGPP do not have mmap() even when sys/mman.h is available. libbacktrace is perhaps currently unusable for DJGPP but otherwise mmap() usability misdetection breaks cross-compiler build for DJGPP target (for example Linux hosted

[PATCH 3/6] [DJGPP] libbacktrace/configure.ac: specify that DJGPP do not have mmap()

2015-12-05 Thread Andris Pavenis
2 +0200 Subject: [PATCH 3/6] [DJGPP] libbacktrace/configure.ac: specify that DJGPP do not have mmap() --- libbacktrace/configure| 3 ++- libbacktrace/configure.ac | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libbacktrace/configure b/libbacktrace/configure index f8adc83.