summaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@digia.com>2014-03-11 15:14:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-12 08:44:16 +0100
commitb82da072bbfa63e1b74eeddde7e6d079c1bc3938 (patch)
tree98fa579b976a6256e47f691ed42497ae81d81c06 /puppet
parentb6aea5c4b8b3009e76af0f9de5931f3e82781720 (diff)
Update MinGW toolchain to rev3
This will update current mingw 4.8.2 version to rev 3. Current version (rev2) crashes Qt-creator during debugging Change-Id: I9372de7578c22f7e268d4b0d06abc107c6a8a84a Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/mingw482/manifests/windows.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/mingw482/manifests/windows.pp b/puppet/modules/mingw482/manifests/windows.pp
index 2553bbe..0bd6641 100644
--- a/puppet/modules/mingw482/manifests/windows.pp
+++ b/puppet/modules/mingw482/manifests/windows.pp
@@ -15,7 +15,7 @@ class mingw482::windows(
$exceptions = 'dwarf',
# installed revision
- $revision = 'rev2'
+ $revision = 'rev3'
){
# Match revision, match with both 'r8' and 'rev8' style patterns.
# Just for checking if correct revision is already installed.
@@ -32,4 +32,4 @@ class mingw482::windows(
path => $path,
binary => "$path\\mingw32\\bin\\g++.exe"
}
-} \ No newline at end of file
+}