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

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Mar 4 08:22:21 UTC 2010


Author: cotto
Date: Thu Mar  4 08:22:20 2010
New Revision: 44622
URL: https://trac.parrot.org/parrot/changeset/44622

Log:
[build] apparently imcc optimizations are extravagantly broken, not just my recent changes
remove testO2

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu Mar  4 07:58:55 2010	(r44621)
+++ trunk/config/gen/makefiles/root.in	Thu Mar  4 08:22:20 2010	(r44622)
@@ -1698,7 +1698,6 @@
 #IF(cg_flag):	testg \
 	testr \
 	testS \
-	testO2 \
 	src_tests \
 	run_tests \
 	perl_tests \
@@ -1742,10 +1741,6 @@
 testS : test_prep
 	$(PERL) t/harness $(EXTRA_TEST_ARGS) -S $(RUNCORE_TEST_FILES)
 
-# enable imcc/pirc optimizations
-testO2 : test_prep
-	$(PERL) t/harness $(EXTRA_TEST_ARGS) -O2 $(RUNCORE_TEST_FILES)
-
 # Computed goto jitted core - target retained, but falls back to standard core
 testCj : test_prep
 	$(PERL) t/harness $(EXTRA_TEST_ARGS) $(RUNCORE_TEST_FILES)


More information about the parrot-commits mailing list