When configuring bash on a self-hosted QNX 6.6 or QNX7 system:
This is an OS that has /dev/stdin and friends, but does not have /dev/fd.
When blind cross-compiling bash for QNX, one would get a guess answer of:
bash_cv_dev_fd=standard
bash_cv_dev_stdin=present
When doing the safer self-hoste
When configuring bash on a self-hosted QNX 6.6 or QNX7 system:
This is an OS that has /dev/stdin and friends, but does not have /dev/fd.
When blind cross-compiling bash for QNX, one would get a guess answer of:
bash_cv_dev_fd=standard
bash_cv_dev_stdin=present
When doing the safer self-hoste
Chet,
Please find attached patches for bash 4.3.x and 4.4 for full
functionality under QNX 6.x and 7.0
Out of the box, bash will not build for QNX7 (native or cross), and builds
under QNX6 with some incorrect blind cross compile guesses that are
important to get right.
QNX is no longer offic
QNX).
Here's a revised submission with the patches applied to configure.ac and
aclocal.m4 as well.
On Tue, Apr 10, 2018 at 7:49 AM, Chet Ramey wrote:
> On 4/9/18 7:20 PM, Brian Carnes wrote:
> > Chet,
> >
> > Please find attached patches for bash 4.3.x and 4.4 for