summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-08-27 10:33:59 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-08-27 10:33:59 +0200
commit0137c5b6a53c64d760b15e134095757a4e666c0b (patch)
tree2e3ca4573566077d44f6ac205fda14919fb0f897 /scripts/genie.lua
parentff1a5cf6fa0027fc9b93e027bac25b41d7e0c99b (diff)
Setting GCC bar bit higher (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index ca1cd5473bf..5a2acd931c1 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -970,8 +970,8 @@ end
}
end
else
- if (version < 40900) then
- print("GCC version 4.9 or later needed")
+ if (version < 50000) then
+ print("GCC version 5.0 or later needed")
os.exit(-1)
end
buildoptions {