Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Bootstrap MSVC from itself

  • Loading branch information...
brson committed Jun 2, 2015
1 parent 5d057e7 commit caedc4042a04cea880270186203ba2e2c898207d
Showing with 1 addition and 5 deletions.
  1. +1 −5 master/master.cfg
@@ -223,10 +223,6 @@ def all_platform_hosts(platform):
def auto_platform_host(p):
if "-all" in p:
return "all"
# We are temporarily bootstrapping the MSVC build off a GNU build
elif "msvc" in p:
gnu = p.replace("msvc", "gnu")
return [auto_platform_triple(p), auto_platform_triple(gnu)]
else:
return [auto_platform_triple(p)]

@@ -266,7 +262,7 @@ def auto_platform_triple(p):
return "x86_64-unknown-bitrig"

def auto_platform_build(p):
return auto_platform_triple(p.replace("msvc", "gnu"))
return auto_platform_triple(p)


####### BUILDSLAVES

0 comments on commit caedc40

Please sign in to comment.
You can’t perform that action at this time.