mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Updated mingw toolchain to 64-bit 4.8.1.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#include <tr1/unordered_map>
|
||||
@@ -1 +0,0 @@
|
||||
#include <tr1/unordered_set>
|
||||
@@ -110,8 +110,8 @@ function toolchain(_buildDir, _libDir)
|
||||
end
|
||||
|
||||
if "mingw" == _OPTIONS["gcc"] then
|
||||
premake.gcc.cc = "$(MINGW)/bin/mingw32-gcc"
|
||||
premake.gcc.cxx = "$(MINGW)/bin/mingw32-g++"
|
||||
premake.gcc.cc = "$(MINGW)/bin/x86_64-w64-mingw32-gcc"
|
||||
premake.gcc.cxx = "$(MINGW)/bin/x86_64-w64-mingw32-g++"
|
||||
premake.gcc.ar = "$(MINGW)/bin/ar"
|
||||
location (_buildDir .. "projects/" .. _ACTION .. "-mingw")
|
||||
end
|
||||
@@ -278,7 +278,7 @@ function toolchain(_buildDir, _libDir)
|
||||
defines { "WIN32" }
|
||||
includedirs { bxDir .. "include/compat/mingw" }
|
||||
buildoptions {
|
||||
"-std=c++0x",
|
||||
"-std=c++11",
|
||||
"-U__STRICT_ANSI__",
|
||||
"-Wunused-value",
|
||||
"-fdata-sections",
|
||||
|
||||
Reference in New Issue
Block a user