[svn:parrot] r44625 - branches/rm_cflags/lib/Parrot/Configure/Step

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Mar 4 14:02:57 UTC 2010


Author: mikehh
Date: Thu Mar  4 14:02:56 2010
New Revision: 44625
URL: https://trac.parrot.org/parrot/changeset/44625

Log:
move auto::arch and auto::cpu to just before init::optimize to make sure cpuarch is set

Modified:
   branches/rm_cflags/lib/Parrot/Configure/Step/List.pm

Modified: branches/rm_cflags/lib/Parrot/Configure/Step/List.pm
==============================================================================
--- branches/rm_cflags/lib/Parrot/Configure/Step/List.pm	Thu Mar  4 13:54:21 2010	(r44624)
+++ branches/rm_cflags/lib/Parrot/Configure/Step/List.pm	Thu Mar  4 14:02:56 2010	(r44625)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
 # $Id$
 package Parrot::Configure::Step::List;
 use strict;
@@ -23,6 +23,8 @@
     auto::msvc
     auto::attributes
     auto::warnings
+    auto::arch
+    auto::cpu
     init::optimize
     inter::shlibs
     inter::libparrot
@@ -37,10 +39,8 @@
     auto::va_ptr
     auto::format
     auto::isreg
-    auto::arch
     auto::jit
     auto::frames
-    auto::cpu
     auto::cgoto
     auto::inline
     auto::gc


More information about the parrot-commits mailing list