Browse Source

rollback the command too long patch.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1598 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 years ago
parent
commit
8dd602108a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/building.py

+ 1 - 1
tools/building.py

@@ -459,7 +459,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False):
     Rtt_Root = root_directory
     Rtt_Root = root_directory
 
 
     # patch for win32 spawn
     # patch for win32 spawn
-    if env['PLATFORM'] == 'win32' and rtconfig.PLATFORM == 'gcc' and sys.version_info < (2, 6, 0):
+    if env['PLATFORM'] == 'win32' and rtconfig.PLATFORM == 'gcc':
         win32_spawn = Win32Spawn()
         win32_spawn = Win32Spawn()
         win32_spawn.env = env
         win32_spawn.env = env
         env['SPAWN'] = win32_spawn.spawn
         env['SPAWN'] = win32_spawn.spawn