p4raw-id: //depot/cfgperl@3967
;;
esac
+# Don't groan about unused libraries.
+ccflags="$ccflags -Wl,-woff,84"
+
# We don't want these libraries.
# Socket networking is in libc, these are not installed by default,
# and just slow perl down. (scotth@sgi.com)