# Don't groan about unused libraries.
ccflags="$ccflags -Wl,-woff,84"
+case "$ld" in
+*cc*) ldflags="$ldflags -Wl,-woff,84" ;;
+*ld) ldflags="$ldflags -woff 84" ;;
+esac
# We don't want these libraries.
# Socket networking is in libc, these are not installed by default,
esac
case "$ccflags" in
*-n32*)
- ccflags="$ccflags -DUSE_LONG_LONG"
+ ccflags="$ccflags -DUSE_LONG_LONG -D__LONGLONG"
archname64="-n32"
d_open64="$undef"
# In -n32 mode (ILP32LL64) we use the standard open().
# In -64 we will use the open64().
cat << 'EOM' >&2
-You will see a *** WHOA THERE!!! *** message from Configure for
+You may see a *** WHOA THERE!!! *** message from Configure for
d_open64. Keep the recommended value. See hints/irix6.sh
for more information.