smoke reports also attached.
From: Sean Boudreau <seanb@qnx.com>
Date: Sun, 12 Apr 2009 10:18:39 -0400
Message-ID: <
20090412141839.GA27971644@qnx.com>
else
# $^O eq nto
- ccflags='-DDLOPEN_WONT_DO_RELATIVE_PATHS'
+ ccflags='-U__STRICT_ANSI__'
# Options required to get dynamic linking to work
lddlflags='-shared'
# If we use perl's malloc, it dies with an invalid sbrk.
# This is probably worth tracking down someday.
usemymalloc='false'
+
+ libswanted=`echo " $libswanted "| sed 's/ malloc / /'`
- # crypt isn't detected in the C library even though it's there.
- d_crypt='define'
+ # Some routines are only in our static libc.
+ # eg crypt() getlogin() getlogin_r()
+ usenm=false
fi
abs_path => 'fast_abs_path',
},
+ # QNX4. QNX6 has a $os of 'nto'.
qnx =>
{
cwd => '_qnx_cwd',
);
$METHOD_MAP{NT} = $METHOD_MAP{MSWin32};
-$METHOD_MAP{nto} = $METHOD_MAP{qnx};
# Find the pwd command in the expected locations. We assume these
interix Unix
gnu Unix
gnukfreebsd Unix
+ nto Unix
dos Windows
MSWin32 Windows