Author: [email protected]
Date: Fri Apr 24 05:56:58 2009
New Revision: 1791

Modified:
    branches/bleeding_edge/SConstruct

Log:
Fix Android build after arch-subdir reorganisation.
Review URL: http://codereview.chromium.org/94008

Modified: branches/bleeding_edge/SConstruct
==============================================================================
--- branches/bleeding_edge/SConstruct   (original)
+++ branches/bleeding_edge/SConstruct   Fri Apr 24 05:56:58 2009
@@ -581,13 +581,13 @@

    def AddRelevantFlags(self, initial, flags):
      result = initial.copy()
-    self.AppendFlags(result, flags.get('all'))
      toolchain = self.options['toolchain']
      if toolchain in flags:
        self.AppendFlags(result, flags[toolchain].get('all'))
        for option in sorted(self.options.keys()):
          value = self.options[option]
          self.AppendFlags(result, flags[toolchain].get(option + ':' +  
value))
+    self.AppendFlags(result, flags.get('all'))
      return result

    def AddRelevantSubFlags(self, options, flags):

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to