[svn:parrot] r38870 - trunk/config/gen/makefiles

petdance at svn.parrot.org petdance at svn.parrot.org
Sun May 17 15:27:53 UTC 2009


Author: petdance
Date: Sun May 17 15:27:52 2009
New Revision: 38870
URL: https://trac.parrot.org/parrot/changeset/38870

Log:
Dont' use -posix-strict-lib because it's far too strict.

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sun May 17 15:23:27 2009	(r38869)
+++ trunk/config/gen/makefiles/root.in	Sun May 17 15:27:52 2009	(r38870)
@@ -1956,7 +1956,7 @@
     -showfunc \
     -tmpdir $(SPLINT_TMP) \
     \
-    +posix-strict-lib \
+    +posix-lib \
     -skip-posix-headers \
     \
     +ansi89-limits \


More information about the parrot-commits mailing list